rt-thread-official/bsp/qemu-vexpress-a9/drivers/drv_clcd.h

7 lines
79 B
C
Raw Normal View History

2017-10-21 23:26:30 +08:00
#ifndef DRV_CLCD_H__
#define DRV_CLCD_H__
int drv_clcd_hw_init(void);
#endif