Public Attributes | |
| const char * | name |
| struct interrupt | irq |
| int | console_handle |
| uint8_t | data |
| uint8_t | control |
Definition at line 51 of file dev_lpt.cc.
| int lpt_data::console_handle |
Definition at line 54 of file dev_lpt.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
| uint8_t lpt_data::control |
Definition at line 57 of file dev_lpt.cc.
Referenced by DEVICE_ACCESS().
| uint8_t lpt_data::data |
Definition at line 56 of file dev_lpt.cc.
Referenced by DEVICE_ACCESS().
| struct interrupt lpt_data::irq |
Definition at line 53 of file dev_lpt.cc.
Referenced by DEVINIT().
| const char* lpt_data::name |
Definition at line 52 of file dev_lpt.cc.
Referenced by DEVINIT().
1.8.17