12 lines
120 B
C
12 lines
120 B
C
|
|
#ifndef _DRVSYS_H_
|
||
|
|
#define _DRVSYS_H_
|
||
|
|
|
||
|
|
#include <stdbool.h>
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
|
||
|
|
void usr_drv_sys_init(void);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|