18 lines
223 B
C
18 lines
223 B
C
#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_ */
|