The Pedigree Project
0.1
|
#include <IoPortManager.h>
Public Member Functions | |
IoPortInfo (io_port_t IoPort, size_t size, const char *Name) | |
Public Attributes | |
io_port_t | ioPort |
size_t | sIoPort |
const char * | name |
Structure containing information about one I/O port range.
Definition at line 50 of file IoPortManager.h.
|
inline |
Constructor initialialises all structure members
[in] | IoPort | base I/O port |
[in] | size | number of successive I/O ports - 1 |
[in] | Name | user-visible description of the I/O port range |
Definition at line 56 of file IoPortManager.h.
io_port_t IoPortManager::IoPortInfo::ioPort |
base I/O port
Definition at line 62 of file IoPortManager.h.
const char* IoPortManager::IoPortInfo::name |
User-visible description of the I/O port range
Definition at line 66 of file IoPortManager.h.
size_t IoPortManager::IoPortInfo::sIoPort |
number of successive I/O ports - 1
Definition at line 64 of file IoPortManager.h.