luxos/Kernel/hal/hal.h

6 lines
71 B
C

#ifndef __HAL__H
#define __HAL__H
extern void HalInitialize();
#endif