Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cppio.hh File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

int cpp_iopl (int level)
unsigned char cpp_inb (unsigned short port)
unsigned char cpp_inb_p (unsigned short port)
unsigned short cpp_inw (unsigned short port)
unsigned short cpp_inw_p (unsigned short port)
unsigned int cpp_inl (unsigned short port)
unsigned int cpp_inl_p (unsigned short port)
void cpp_outb (unsigned char value, unsigned short port)
void cpp_outb_p (unsigned char value, unsigned short port)
void cpp_outw (unsigned short value, unsigned short port)
void cpp_outw_p (unsigned short value, unsigned short port)
void cpp_outl (unsigned int value, unsigned short port)
void cpp_outl_p (unsigned int value, unsigned short port)


Function Documentation

unsigned char cpp_inb unsigned short    port
 

Definition at line 38 of file cppio.c.

00038 { return 0;};

unsigned char cpp_inb_p unsigned short    port
 

Definition at line 39 of file cppio.c.

00039 { return 0;};

unsigned int cpp_inl unsigned short    port
 

Definition at line 42 of file cppio.c.

00042 { return 0;};

unsigned int cpp_inl_p unsigned short    port
 

Definition at line 43 of file cppio.c.

00043 { return 0;};

unsigned short cpp_inw unsigned short    port
 

Definition at line 40 of file cppio.c.

00040 { return 0;};

unsigned short cpp_inw_p unsigned short    port
 

Definition at line 41 of file cppio.c.

00041 { return 0;};

int cpp_iopl int    level
 

void cpp_outb unsigned char    value,
unsigned short    port
 

Definition at line 45 of file cppio.c.

00045 {}

void cpp_outb_p unsigned char    value,
unsigned short    port
 

Definition at line 46 of file cppio.c.

00046 {}

void cpp_outl unsigned int    value,
unsigned short    port
 

Definition at line 49 of file cppio.c.

00049 {}

void cpp_outl_p unsigned int    value,
unsigned short    port
 

Definition at line 50 of file cppio.c.

00050 {}

void cpp_outw unsigned short    value,
unsigned short    port
 

Definition at line 47 of file cppio.c.

00047 {}

void cpp_outw_p unsigned short    value,
unsigned short    port
 

Definition at line 48 of file cppio.c.

00048 {}


Generated on Sun Dec 2 15:27:49 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001