blob: 7077224f65bd8f5f969a35087982117f696e02bd [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Ladislav Michl561b0362010-02-15 10:03:32 -08002/*
3 * Flash support for OMAP1
Ladislav Michl561b0362010-02-15 10:03:32 -08004 */
5
6#ifndef __OMAP_FLASH_H
7#define __OMAP_FLASH_H
8
9#include <linux/mtd/map.h>
10
Janusz Krzysztofik046d8862011-05-31 00:44:31 +020011struct platform_device;
Marc Zyngier667f3902011-05-18 10:51:55 +010012extern void omap1_set_vpp(struct platform_device *pdev, int enable);
Ladislav Michl561b0362010-02-15 10:03:32 -080013
14#endif