|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/types.h>#include <linux/string.h>#include <linux/mm.h>#include <linux/io.h>#include <mach/hardware.h>#include <asm/pgtable.h>#include <asm/page.h>#include <asm/setup.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include "common.h"Go to the source code of this file.
Variables | |
| atag_offset = 0x100 | |
| map_io = cdb89712_map_io | |
| init_irq = clps711x_init_irq | |
| timer = &clps711x_timer | |
| restart = clps711x_restart | |
| atag_offset = 0x100 |
Definition at line 58 of file cdb89712.c.
| init_irq = clps711x_init_irq |
Definition at line 60 of file cdb89712.c.
| map_io = cdb89712_map_io |
Definition at line 59 of file cdb89712.c.
| restart = clps711x_restart |
Definition at line 62 of file cdb89712.c.
Definition at line 61 of file cdb89712.c.
1.8.2