12 lines
79 B
C
12 lines
79 B
C
|
|
||
|
#ifndef BL_PARAMETER_H_
|
||
|
#define BL_PARAMETER_H_
|
||
|
|
||
|
|
||
|
|
||
|
void Init(void);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|