dev-m25p80.h 529 B

1234567891011121314151617
  1. /*
  2. * Copyright (C) 2009-2012 Gabor Juhos <juhosg@openwrt.org>
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms of the GNU General Public License version 2 as published
  6. * by the Free Software Foundation.
  7. */
  8. #ifndef _ATH79_DEV_M25P80_H
  9. #define _ATH79_DEV_M25P80_H
  10. #include <linux/spi/flash.h>
  11. void ath79_register_m25p80(struct flash_platform_data *pdata) __init;
  12. void ath79_register_m25p80_multi(struct flash_platform_data *pdata) __init;
  13. #endif /* _ATH79_DEV_M25P80_H */