blob: 0baba1c4d12da88f66b36e0a1c391ea26492ea0d [file] [log] [blame]
Felipe Balbi138ab9f2007-11-27 00:01:45 -04001/*
2 * linux/arch/arm/mach-omap1/board-h3-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
Russell Kinga09e64f2008-08-05 16:14:15 +010015#include <mach/mmc.h>
16#include <mach/gpio.h>
Felipe Balbi138ab9f2007-11-27 00:01:45 -040017
Felipe Balbi138ab9f2007-11-27 00:01:45 -040018void __init h3_mmc_init(void)
19{
20}
21
22void h3_mmc_slot_cover_handler(void *arg, int state)
23{
24}