Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Flash support for OMAP1
0004  */
0005 
0006 #ifndef __OMAP_FLASH_H
0007 #define __OMAP_FLASH_H
0008 
0009 #include <linux/mtd/map.h>
0010 
0011 struct platform_device;
0012 extern void omap1_set_vpp(struct platform_device *pdev, int enable);
0013 
0014 #endif