7 lines
77 B
C
7 lines
77 B
C
|
#ifndef LOWLEVEL_H
|
||
|
#define LOWLEVEL_H
|
||
|
|
||
|
void default_vreg_init(void);
|
||
|
|
||
|
#endif
|