25#ifndef __MILKYMIST_USBINPUT_H_
26#define __MILKYMIST_USBINPUT_H_
33#define USBINPUT_LOAD_FIRMWARE 0x5500
36 const unsigned char *data;
64#define USBINPUT_DRIVER_TABLE_ENTRY {usbinput_initialize, \
65usbinput_open, NULL, usbinput_read, NULL, usbinput_control}
uint32_t rtems_device_major_number
This integer type represents the major number of devices.
Definition: io.h:103
uint32_t rtems_device_minor_number
This integer type represents the minor number of devices.
Definition: io.h:115
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85