35#define SMC_DRIVER_TABLE_ENTRY \
36 { smc_initialize, GENERIC_BLOCK_DEVICE_DRIVER_ENTRIES }
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
rtems_device_driver smc_initialize(rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
smc_initialize SMC disk driver initialization entry point.
Definition: smc.c:388
This header file defines the RTEMS Classic API.