Ignore:
Timestamp:
Jun 7, 1999, 10:58:22 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cio.h

    r21 r46  
    1 /* $Id: cio.h,v 1.2 1999-05-31 23:22:40 phaller Exp $ */
    2 
    31/* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */
    42/* Use at your own risk! No Warranty! The author is not responsible for
     
    108#define _CIO_H_
    119
     10#include <odin.h>
     11
    1212#ifdef __cplusplus
    1313extern "C" {
    1414#endif
    1515
    16 #include <odin.h>
    17 #include <builtin.h>
     16int CDECL io_init(void);
     17int CDECL io_exit(void);
    1818
    19 extern int CDECL io_init(void);
    20 extern int CDECL io_exit(void);
     19int CDECL io_init1(void);
     20int CDECL io_exit1(void);
    2121
    22 extern int CDECL io_init1(void);
    23 extern int CDECL io_exit1(void);
    24 
    25 extern char CDECL  c_inb(short);
    26 extern short CDECL c_inw(short);
    27 extern long CDECL  c_inl(short);
    28 extern void CDECL  c_outb(short,char);
    29 extern void CDECL  c_outw(short,short);
    30 extern void CDECL  c_outl(short,long);
    31 extern void CDECL  c_readmsr(long, long *);
     22char CDECL  c_inb(short);
     23short CDECL c_inw(short);
     24long CDECL  c_inl(short);
     25void CDECL  c_outb(short,char);
     26void CDECL  c_outw(short,short);
     27void CDECL  c_outl(short,long);
     28void CDECL  c_readmsr(long, long *);
    3229
    3330#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.