mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-22 11:13:07 +00:00
3155b0af4e
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>
8 lines
224 B
C
8 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 */
|