29#ifndef _STATUS_LED_DRIVER_H
30#define _STATUS_LED_DRIVER_H
34#define IOCTL_STATUS_LED_TURN_ON 0x00
35#define IOCTL_STATUS_LED_TURN_OFF 0x01
37#define STATUS_LED_1 0x01
38#define STATUS_LED_2 0x02
39#define STATUS_LED_3 0x04
40#define STATUS_LED_4 0x08
52#define STATUS_LED_DRIVER_TABLE_ENTRY \
53 { status_led_initialize, status_led_open, status_led_close, \
54 status_led_read, status_led_write, status_led_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
Definition: status_led_device_driver.h:44