flash.h 255 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Flash support for OMAP1
  4. */
  5. #ifndef __OMAP_FLASH_H
  6. #define __OMAP_FLASH_H
  7. #include <linux/mtd/map.h>
  8. struct platform_device;
  9. extern void omap1_set_vpp(struct platform_device *pdev, int enable);
  10. #endif