Go to the documentation of this file.
11 #ifndef _ASM_SGIALIB_H
12 #define _ASM_SGIALIB_H
23 #define prom_argv(index) ((char *) (long) _prom_argv[(index)])
24 #define prom_argc(index) ((char *) (long) _prom_argc[(index)])
28 #define PROM_FLAG_ARCS 1
29 #define PROM_FLAG_USE_AS_CONSOLE 2
30 #define PROM_FLAG_DONT_FREE_TEMP 4
40 #define PROM_NULL_MDESC ((struct linux_mdesc *) 0)
48 #define PROM_NULL_COMPONENT ((pcomponent *) 0)