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