35#ifndef _DISP_HCMS29XX_H
36#define _DISP_HCMS29XX_H
43#define DISP_HCMS29XX_TEXT_CNT (128)
50 char disp_buffer[DISP_HCMS29XX_TEXT_CNT];
55 char trns_buffer[DISP_HCMS29XX_TEXT_CNT];
59 char dev_buffer[DISP_HCMS29XX_TEXT_CNT];
157#define DISP_HCMS29XX_DRIVER { \
158 disp_hcms29xx_dev_initialize, \
159 disp_hcms29xx_dev_open, \
161 disp_hcms29xx_dev_write, \
163 disp_hcms29xx_dev_close}
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
Objects_Id rtems_id
This type represents RTEMS object identifiers.
Definition: types.h:94
This header file defines the RTEMS Classic API.
Definition: disp_hcms29xx.h:67
Definition: disp_hcms29xx.h:45