00001 /* 00002 * Linux i.MX27 slot driver platform data definitions. 00003 * 00004 * Copyright (C) 2007 Cambridge Silicon Radio Ltd. 00005 * 00006 * Refer to LICENSE.txt included with this source code for details on 00007 * the license terms. 00008 */ 00009 #ifndef _SLOT_IMX31_LX_H 00010 #define _SLOT_IMX31_LX_H 00011 00012 #include <sdioemb/slot_api.h> 00013 00014 struct imx_sdio_plat_data { 00015 int max_bus_width; 00016 int (*card_power)(struct platform_device *, enum sdioemb_power); 00017 int (*card_present)(struct platform_device *); 00018 }; 00019 00020 #endif /* #ifndef _SLOT_IMX31_LX_H */