ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / mach / flash.h
1 /*
2  *  linux/include/asm-arm/mach/flash.h
3  *
4  *  Copyright (C) 2003 Russell King, All Rights Reserved.
5  */
6 #ifndef ASMARM_MACH_FLASH_H
7 #define ASMAMR_MACH_FLASH_H
8
9 struct mtd_partition;
10
11 struct flash_platform_data {
12         const char      *map_name;
13         int             width;
14         int             (*init)(void);
15         void            (*exit)(void);
16         void            (*set_vpp)(int on);
17 };
18
19 #endif