blob: 16852b6076dd052541ff2b55b79d79d6aa73de56 [file] [log] [blame]
Christophe Leroy2a45fb62023-04-04 12:42:15 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef _BOARD_CSSI_COMMON_H
4#define _BOARD_CSSI_COMMON_H
5
6void ft_cleanup(void *blob, unsigned long id, const char *prop, const char *compatible);
7
8#endif /* _BOARD_CSSI_COMMON_H */