#include <asm/types.h>
#include <asm/fw/arc/types.h>
Go to the source code of this file.
|
enum | linux_devclass {
system,
processor,
cache,
adapter,
controller,
peripheral,
memory
} |
|
enum | linux_devtypes {
Arc,
Cpu,
Fpu,
picache,
pdcache,
sicache,
sdcache,
sccache,
memdev,
eisa_adapter,
tc_adapter,
scsi_adapter,
dti_adapter,
multifunc_adapter,
dsk_controller,
tp_controller,
cdrom_controller,
worm_controller,
serial_controller,
net_controller,
disp_controller,
parallel_controller,
ptr_controller,
kbd_controller,
audio_controller,
misc_controller,
disk_peripheral,
flpy_peripheral,
tp_peripheral,
modem_peripheral,
monitor_peripheral,
printer_peripheral,
ptr_peripheral,
kbd_peripheral,
term_peripheral,
line_peripheral,
net_peripheral,
misc_peripheral,
anon
} |
|
enum | linux_identifier {
bogus,
ronly,
removable,
consin,
consout,
input,
output
} |
|
enum | arcs_memtypes {
arcs_eblock,
arcs_rvpage,
arcs_fcontig,
arcs_free,
arcs_bmem,
arcs_prog,
arcs_atmp,
arcs_aperm
} |
|
enum | arc_memtypes {
arc_eblock,
arc_rvpage,
arc_free,
arc_bmem,
arc_prog,
arc_atmp,
arc_aperm,
arc_fcontig
} |
|
enum | linux_omode {
rdonly,
wronly,
rdwr,
wronly_creat,
rdwr_creat,
wronly_ssede,
rdwr_ssede,
dirent,
dirent_creat
} |
|
enum | linux_seekmode { absolute,
relative
} |
|
enum | linux_mountops { media_load,
media_unload
} |
|
#define PROM_EACCESS 0x02 |
#define PROM_EADDRNOTAVAIL 0x1f |
#define PROM_ECONNABORTED 0x21 |
#define PROM_ENAMETOOLONG 0x0c |
#define PROM_ENOCONNECT 0x22 |
#define PROM_ENOEXEC 0x0f |
#define PROM_ENOTDIR 0x12 |
#define PROM_ESUCCESS 0x00 |
#define PROM_ETIMEDOUT 0x20 |
#define PROMBLOCK_MAGIC 0x53435241 |
#define SGIBBLOCK_MAGIC 0xaa55 |
#define SGIBBLOCK_MAXPART 0x0004 |
#define SGIPART_ACTIVE 0x80 |
#define SGIPART_UNUSED 0x00 |
#define SGIPROM_AFILE 0x08 /* Archive file */ |
#define SGIPROM_DELFILE 0x20 /* Deleted file */ |
#define SGIPROM_DFILE 0x10 /* Directory file */ |
#define SGIPROM_HFILE 0x02 /* hidden file */ |
#define SGIPROM_ROFILE 0x01 /* read-only file */ |
#define SGIPROM_SFILE 0x04 /* System file */ |
#define SMB_DEBUG_MAGIC 0xfeeddead |
- Enumerator:
arc_eblock |
|
arc_rvpage |
|
arc_free |
|
arc_bmem |
|
arc_prog |
|
arc_atmp |
|
arc_aperm |
|
arc_fcontig |
|
Definition at line 110 of file sgiarcs.h.
- Enumerator:
arcs_eblock |
|
arcs_rvpage |
|
arcs_fcontig |
|
arcs_free |
|
arcs_bmem |
|
arcs_prog |
|
arcs_atmp |
|
arcs_aperm |
|
Definition at line 98 of file sgiarcs.h.
- Enumerator:
system |
|
processor |
|
cache |
|
adapter |
|
controller |
|
peripheral |
|
memory |
|
Definition at line 50 of file sgiarcs.h.
- Enumerator:
Arc |
|
Cpu |
|
Fpu |
|
picache |
|
pdcache |
|
sicache |
|
sdcache |
|
sccache |
|
memdev |
|
eisa_adapter |
|
tc_adapter |
|
scsi_adapter |
|
dti_adapter |
|
multifunc_adapter |
|
dsk_controller |
|
tp_controller |
|
cdrom_controller |
|
worm_controller |
|
serial_controller |
|
net_controller |
|
disp_controller |
|
parallel_controller |
|
ptr_controller |
|
kbd_controller |
|
audio_controller |
|
misc_controller |
|
disk_peripheral |
|
flpy_peripheral |
|
tp_peripheral |
|
modem_peripheral |
|
monitor_peripheral |
|
printer_peripheral |
|
ptr_peripheral |
|
kbd_peripheral |
|
term_peripheral |
|
line_peripheral |
|
net_peripheral |
|
misc_peripheral |
|
anon |
|
Definition at line 54 of file sgiarcs.h.
- Enumerator:
bogus |
|
ronly |
|
removable |
|
consin |
|
consout |
|
input |
|
output |
|
Definition at line 74 of file sgiarcs.h.
- Enumerator:
rdonly |
|
wronly |
|
rdwr |
|
wronly_creat |
|
rdwr_creat |
|
wronly_ssede |
|
rdwr_ssede |
|
dirent |
|
dirent_creat |
|
Definition at line 151 of file sgiarcs.h.