00001 /* 00002 * Synergy compatible API -- internal header. 00003 * 00004 * Copyright (C) 2010 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 _CSR_SDIO_INTERNAL_H 00010 #define _CSR_SDIO_INTERNAL_H 00011 00012 #include <oska/all.h> 00013 #include <sdioemb/sdio_api.h> 00014 00015 #include <csr_sdio.h> 00016 #include <csr_sdio_lib.h> 00017 00018 struct glue_func { 00019 CsrSdioFunction function; 00020 struct sdioemb_dev *fdev; 00021 os_event_t callback_event; 00022 CsrResult inserted_result; 00023 }; 00024 00025 #endif /* #ifndef _CSR_SDIO_INTERNAL_H */