40#ifndef _RTEMS_DEVNULL_H
41#define _RTEMS_DEVNULL_H
56#define DEVNULL_DRIVER_TABLE_ENTRY \
57 { null_initialize, null_open, null_close, null_read, \
58 null_write, null_control }
60#define NULL_SUCCESSFUL RTEMS_SUCCESSFUL
This header file defines the IO Manager API.
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