summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/sdioemb/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/csr/sdioemb/linux.h')
-rw-r--r--drivers/staging/csr/sdioemb/linux.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/csr/sdioemb/linux.h b/drivers/staging/csr/sdioemb/linux.h
new file mode 100644
index 000000000000..f574f716d74c
--- /dev/null
+++ b/drivers/staging/csr/sdioemb/linux.h
@@ -0,0 +1,16 @@
+/*
+ * Linux helpers for slot drivers.
+ *
+ * Copyright (C) 2009 Cambridge Silicon Radio Ltd.
+ *
+ * Refer to LICENSE.txt included with this source code for details on
+ * the license terms.
+ */
+#ifndef SDIOEMB_LINUX_H
+#define SDIOEMB_LINUX_H
+
+#include <sdioemb/slot_api.h>
+
+int sdioemb_linux_slot_register(struct sdioemb_slot *slot);
+
+#endif /* #ifndef SDIOEMB_LINUX_H */