#include <linux/types.h>
Go to the source code of this file.
| #define ATAG_ACORN 0x41000101 |
| #define ATAG_CMDLINE 0x54410009 |
| #define ATAG_CORE 0x54410001 |
| #define ATAG_INITRD 0x54410005 |
| #define ATAG_INITRD2 0x54420005 |
| #define ATAG_MEM 0x54410002 |
| #define ATAG_MEMCLK 0x41000402 |
| #define ATAG_NONE 0x00000000 |
| #define ATAG_RAMDISK 0x54410004 |
| #define ATAG_REVISION 0x54410007 |
| #define ATAG_SERIAL 0x54410006 |
| #define ATAG_VIDEOLFB 0x54410008 |
| #define ATAG_VIDEOTEXT 0x54410003 |
| #define COMMAND_LINE_SIZE 1024 |
| #define tag_member_present |
( |
|
tag, |
|
|
|
member |
|
) |
| |
Value:((
unsigned long)(&((
struct tag *)0L)->member + 1) \
Definition at line 176 of file setup.h.