2023-07-13 11:27:03 +08:00

10 lines
110 B
C

#ifndef _APE_DRV_H_
#define _APE_DRV_H_
void ape_drv_init(void);
void ape_drv_int_init();
#endif