Christophe Leroy | 2a45fb6 | 2023-04-04 12:42:15 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | |||||
3 | #ifndef _BOARD_CSSI_COMMON_H | ||||
4 | #define _BOARD_CSSI_COMMON_H | ||||
5 | |||||
6 | void ft_cleanup(void *blob, unsigned long id, const char *prop, const char *compatible); | ||||
7 | |||||
8 | #endif /* _BOARD_CSSI_COMMON_H */ |