OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / tryos / tryos_test / pinoc_x86 / PINoC / boot / biosCall16.h
1 #ifndef _BIOSCALL16_H_
2 #define _BIOSCALL16_H_
3
4 void io_hlt16();
5 void io_fin16();
6 void io_debug16();
7 void io_load16();
8
9 #endif