00001 /* 00002 * Linux helpers for slot drivers. 00003 * 00004 * Copyright (C) 2009 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 SDIOEMB_LINUX_H 00010 #define SDIOEMB_LINUX_H 00011 00012 #include <sdioemb/slot_api.h> 00013 00014 int sdioemb_linux_slot_register(struct sdioemb_slot *slot); 00015 00016 #endif /* #ifndef SDIOEMB_LINUX_H */