aboutsummaryrefslogtreecommitdiff
path: root/inc/platform/qspi_lcd_platform.h
blob: e4d9f48009d18291ed060f854bbcfb7398c49888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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_ */