6 lines
71 B
C
6 lines
71 B
C
|
#ifndef __HAL__H
|
||
|
#define __HAL__H
|
||
|
|
||
|
extern void HalInitialize();
|
||
|
|
||
|
#endif
|