RTEMS 6.1-rc1
smc.h
Go to the documentation of this file.
1
7#ifndef __SMC_H__
8#define __SMC_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#include <rtems.h>
15
16#include "rtems/blkdev.h"
17
33 void *arg);
34
35#define SMC_DRIVER_TABLE_ENTRY \
36 { smc_initialize, GENERIC_BLOCK_DEVICE_DRIVER_ENTRIES }
37
40#ifdef __cplusplus
41}
42#endif
43
44#endif
Block Device Management.
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.