iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
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
+
Functions
_
b
d
i
p
s
t
u
v
x
+
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
Enumerator
+
Files
File List
+
Globals
+
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
+
Functions
_
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
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
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
+
Macros
_
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
include
pcmcia-opts.h
Go to the documentation of this file.
1
// pcmcia-opts.h
2
// special options file for development time. Later this could end in Config(?)
3
#ifndef __pcmciaopts
4
#define __pcmciaopts
5
6
#define _yes_ 1
7
#define _no_ 0
8
9
#define SUPPORT_I82365 (_yes_)
10
// #define SUPPORT_YENTA (_no_)
11
// #define SUPPORT_SOME_DRIVER (_no_)
12
13
#define PCMCIA_SHUTDOWN (_yes_)
14
#define MAP_ATTRMEM_TO 0xd0000
15
#define MAP_ATTRMEM_LEN 0x02000
16
17
#define PDEBUG 3
18
// The higher the more output you get, 0..3
19
// Not fully implemented though, but for the future...
20
21
#undef _yes_
22
#undef _no_
23
#endif
Generated by
1.8.15