xref: /openbmc/linux/arch/arm/mach-omap1/flash.h (revision 100f9638)
1100f9638SArnd Bergmann /*
2100f9638SArnd Bergmann  * Flash support for OMAP1
3100f9638SArnd Bergmann  *
4100f9638SArnd Bergmann  * This program is free software; you can redistribute it and/or modify
5100f9638SArnd Bergmann  * it under the terms of the GNU General Public License version 2 as
6100f9638SArnd Bergmann  * published by the Free Software Foundation.
7100f9638SArnd Bergmann  */
8100f9638SArnd Bergmann 
9100f9638SArnd Bergmann #ifndef __OMAP_FLASH_H
10100f9638SArnd Bergmann #define __OMAP_FLASH_H
11100f9638SArnd Bergmann 
12100f9638SArnd Bergmann #include <linux/mtd/map.h>
13100f9638SArnd Bergmann 
14100f9638SArnd Bergmann struct platform_device;
15100f9638SArnd Bergmann extern void omap1_set_vpp(struct platform_device *pdev, int enable);
16100f9638SArnd Bergmann 
17100f9638SArnd Bergmann #endif
18