mmc-mvsdio.h 378 B

123456789101112131415161718
  1. /*
  2. * This file is licensed under the terms of the GNU General Public
  3. * License version 2. This program is licensed "as is" without any
  4. * warranty of any kind, whether express or implied.
  5. */
  6. #ifndef __MMC_MVSDIO_H
  7. #define __MMC_MVSDIO_H
  8. #include <linux/mbus.h>
  9. struct mvsdio_platform_data {
  10. unsigned int clock;
  11. int gpio_card_detect;
  12. int gpio_write_protect;
  13. };
  14. #endif