board-h2-mmc.c 614 B

123456789101112131415161718192021222324
  1. /*
  2. * linux/arch/arm/mach-omap1/board-h2-mmc.c
  3. *
  4. * Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
  5. * Author: Felipe Balbi <felipe.lima@indt.org.br>
  6. *
  7. * This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is:
  8. * Copyright (C) 2006 Nokia Corporation
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. #include <mach/mmc.h>
  15. #include <mach/gpio.h>
  16. void __init h2_mmc_init(void)
  17. {
  18. }
  19. void h2_mmc_slot_cover_handler(void *arg, int state)
  20. {
  21. }