
In preparation of the new cssi board called cmpcpro which we be introduce in a future patch, move common functions into a dedicated file in a common directory. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
9 lines
224 B
C
9 lines
224 B
C
/* 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 */
|