blob: 9660898cc9d5bf3b16dc6b4cae1d7dead62191f5 [file] [log] [blame]
Christophe Leroy3155b0a2023-04-04 12:42:15 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef _BOARD_CSSI_COMMON_H
4#define _BOARD_CSSI_COMMON_H
5
6void ft_cleanup(void *blob, unsigned long id, const char *prop, const char *compatible);
Christophe Leroy4b6a5382023-04-05 16:05:36 +02007int read_eeprom(u8 *din, int len);
Christophe Leroy3155b0a2023-04-04 12:42:15 +02008
9#endif /* _BOARD_CSSI_COMMON_H */