10 lines
110 B
C
Raw Normal View History

2023-07-13 11:27:03 +08:00
#ifndef _APE_DRV_H_
#define _APE_DRV_H_
void ape_drv_init(void);
void ape_drv_int_init();
#endif