|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/kernel.h>#include <linux/string.h>#include <linux/init.h>#include <asm/setup.h>#include <asm/mach-types.h>#include <asm/page.h>#include <asm/mach/arch.h>#include "atags.h"Go to the source code of this file.
Data Structures | |
| struct | param_struct |
Macros | |
| #define | FLAG_READONLY 1 |
| #define | FLAG_RDLOAD 4 |
| #define | FLAG_RDPROMPT 8 |
Functions | |
| void __init | convert_to_tag_list (struct tag *tags) |
| #define FLAG_RDLOAD 4 |
Definition at line 50 of file atags_compat.c.
| #define FLAG_RDPROMPT 8 |
Definition at line 51 of file atags_compat.c.
| #define FLAG_READONLY 1 |
Definition at line 49 of file atags_compat.c.
1.8.2