#include <dev.h>
Public Attributes | |
| t_handler | handle_init |
| Init handler for a device. | |
| t_handler | handle_interrupt |
| Interrupt handler for a device. | |
This is the so called device descriptor. A device descriptor is provided by all devices.
Definition at line 63 of file dev.h.
1.4.6