#include <minix/sys_config.h>#include <sys/types.h>Include dependency graph for devio.h:

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

Go to the source code of this file.
Data Structures | |
| struct | pvb_pair_t |
| struct | pvw_pair_t |
| struct | pvl_pair_t |
Defines | |
| #define | pv_set(pv, p, v) ((pv).port = (p), (pv).value = (v)) |
| #define | pv_ptr_set(pv_ptr, p, v) ((pv_ptr)->port = (p), (pv_ptr)->value = (v)) |
Typedefs | |
| typedef u16_t | port_t |
| typedef U16_t | Port_t |
|
|
|
|
|
Definition at line 27 of file devio.h. Referenced by atapi_sendpacket(), beep(), beep_x(), com_out(), com_out_ext(), dma_setup(), do_printer_output(), dsp_dma_setup(), f_reset(), ga_program(), scan_keyboard(), and set_6845(). |
|
|
|
|
|
|
1.4.6