RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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.15