Christophe Leroy | 3155b0a | 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); | ||||
Christophe Leroy | 4b6a538 | 2023-04-05 16:05:36 +0200 | [diff] [blame^] | 7 | int read_eeprom(u8 *din, int len); |
Christophe Leroy | 3155b0a | 2023-04-04 12:42:15 +0200 | [diff] [blame] | 8 | |
9 | #endif /* _BOARD_CSSI_COMMON_H */ |