|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/string.h>#include <asm/machvec.h>#include <asm/sections.h>#include <asm/addrspace.h>#include <asm/setup.h>#include <asm/io.h>#include <asm/irq.h>Go to the source code of this file.
Macros | |
| #define | MV_NAME_SIZE 32 |
| #define | for_each_mv(mv) |
| #define | mv_set(elem) |
Functions | |
| early_param ("sh_mv", early_parse_mv) | |
| void __init | sh_mv_setup (void) |
| #define for_each_mv | ( | mv | ) |
| #define mv_set | ( | elem | ) |
| early_param | ( | "sh_mv" | , |
| early_parse_mv | |||
| ) |
1.8.2