Changeset 4299 for trunk/src


Ignore:
Timestamp:
Sep 21, 2000, 9:59:30 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

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 hugh Exp $ */
     1/* $Id: cio.h,v 1.6 2000-09-21 19:59:30 sandervl Exp $ */
    22
    33/* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */
     
    1616#endif
    1717
    18 int io_init1(void);
    19 int io_init2(short);
    20 int io_exit1(void);
     18int CDECL io_init(void);
     19int CDECL io_exit(void);
    2120
    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 *);
     21int CDECL io_init1(void);
     22int CDECL io_exit1(void);
     23
     24char CDECL  c_inb(short);
     25short CDECL c_inw(short);
     26long CDECL  c_inl(short);
     27void CDECL  c_outb(short,char);
     28void CDECL  c_outw(short,short);
     29void CDECL  c_outl(short,long);
     30void CDECL  c_readmsr(long, long *);
    2931
    3032#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.