Newer
Older
ubix / src / sys / include / ubixos / io.h
@reddawg reddawg on 2 May 2002 459 bytes All New
/**************************************************************************************
 Copyright (c) 2002
      The UbixOS Project

 $Id$
**************************************************************************************/

inline unsigned char inportByte(unsigned int port);
inline unsigned char inportWord(unsigned int port);
inline void outportByte(unsigned int port,unsigned char value);
inline void outportWord(unsigned int port,unsigned int value);