2007-11-27 05:01:45 +01:00
|
|
|
/*
|
|
|
|
* linux/arch/arm/mach-omap1/board-h3-mmc.c
|
|
|
|
*
|
|
|
|
* Copyright (C) 2007 Instituto Nokia de Tecnologia - INdT
|
|
|
|
* Author: Felipe Balbi <felipe.lima@indt.org.br>
|
|
|
|
*
|
|
|
|
* This code is based on linux/arch/arm/mach-omap2/board-n800-mmc.c, which is:
|
|
|
|
* Copyright (C) 2006 Nokia Corporation
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
2008-08-05 17:14:15 +02:00
|
|
|
#include <mach/mmc.h>
|
|
|
|
#include <mach/gpio.h>
|
2007-11-27 05:01:45 +01:00
|
|
|
|
|
|
|
void __init h3_mmc_init(void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void h3_mmc_slot_cover_handler(void *arg, int state)
|
|
|
|
{
|
|
|
|
}
|