- Timestamp:
- Sep 21, 2000, 9:59:30 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/cio.h
r4285 r4299 1 /* $Id: cio.h,v 1. 5 2000-09-20 21:32:54 hughExp $ */1 /* $Id: cio.h,v 1.6 2000-09-21 19:59:30 sandervl Exp $ */ 2 2 3 3 /* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */ … … 16 16 #endif 17 17 18 int io_init1(void); 19 int io_init2(short); 20 int io_exit1(void); 18 int CDECL io_init(void); 19 int CDECL io_exit(void); 21 20 22 char c_inb(short); 23 short c_inw(short); 24 long c_inl(short); 25 void c_outb(short,char); 26 void c_outw(short,short); 27 void c_outl(short,long); 28 //void CDECL c_readmsr(long, long *); 21 int CDECL io_init1(void); 22 int CDECL io_exit1(void); 23 24 char CDECL c_inb(short); 25 short CDECL c_inw(short); 26 long CDECL c_inl(short); 27 void CDECL c_outb(short,char); 28 void CDECL c_outw(short,short); 29 void CDECL c_outl(short,long); 30 void CDECL c_readmsr(long, long *); 29 31 30 32 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.