Realtek/inc/platform/qspi_lcd_platform.h

18 lines
223 B
C
Raw Normal View History

2025-11-25 10:21:47 +08:00
#ifndef _QSPI_LCD_PLATFORM_H_
#define _QSPI_LCD_PLATFORM_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
void qspi_lcd_platform_init(void);
#ifdef __cplusplus
}
#endif
#endif /* _QSPI_LCD_PLATFORM_H_ */