mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-10 10:51:33 +08:00
7 lines
79 B
C
7 lines
79 B
C
|
#ifndef DRV_CLCD_H__
|
||
|
#define DRV_CLCD_H__
|
||
|
|
||
|
int drv_clcd_hw_init(void);
|
||
|
|
||
|
#endif
|