|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/types.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/mtd/mtd.h>#include <linux/mtd/map.h>#include <linux/mtd/physmap.h>#include <linux/mtd/partitions.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <mach/devices.h>#include "generic.h"Go to the source code of this file.
Macros | |
| #define | FL_BASE 0x02000000 |
| #define | FL_SIZE SZ_8M |
| #define FL_BASE 0x02000000 |
Definition at line 26 of file board-sg.c.
| #define FL_SIZE SZ_8M |
Definition at line 27 of file board-sg.c.
1.8.2