RTEMS
5.0.0
bsps
arm
smdk2410
include
smc.h
Go to the documentation of this file.
1
7
#ifndef __SMC_H__
8
#define __SMC_H__
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#include <
rtems.h
>
15
16
#include "
rtems/blkdev.h
"
17
29
rtems_device_driver
30
smc_initialize
(
31
rtems_device_major_number major,
32
rtems_device_minor_number minor,
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
rtems_status_code
rtems_status_code
Classic API Status.
Definition:
status.h:43
rtems.h
blkdev.h
Block Device Management.
smc_initialize
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
Generated by
1.8.13