00001 /* 00002 * Linux sdio spi private 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_SPI_LX_H 00010 #define _SLOT_SPI_LX_H 00011 00012 #include <sdioemb/slot_api.h> 00013 00014 struct sdio_spi_plat_data { 00015 struct work_struct irq_work; 00016 struct sdioemb_slot *slot; 00017 int (*enable_int)(struct sdioemb_slot *); 00018 int (*disable_int)(struct sdioemb_slot *); 00019 }; 00020 00021 #endif /* #ifndef _SLOT_SPI_LX_H */