/* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _BOARD_CSSI_COMMON_H #define _BOARD_CSSI_COMMON_H void ft_cleanup(void *blob, unsigned long id, const char *prop, const char *compatible); #endif /* _BOARD_CSSI_COMMON_H */