summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/oska/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/csr/oska/types.h')
-rw-r--r--drivers/staging/csr/oska/types.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/csr/oska/types.h b/drivers/staging/csr/oska/types.h
new file mode 100644
index 000000000000..18d7c111e74a
--- /dev/null
+++ b/drivers/staging/csr/oska/types.h
@@ -0,0 +1,14 @@
+/*
+ * OSKA Linux implementation -- types
+ *
+ * Copyright (C) 2009 Cambridge Silicon Radio Ltd.
+ *
+ * Refer to LICENSE.txt included with this source code for details on
+ * the license terms.
+ */
+#ifndef __OSKA_LINUX_TYPES_H
+#define __OSKA_LINUX_TYPES_H
+
+#include <linux/types.h>
+
+#endif /* #ifndef __OSKA_LINUX_TYPES_H */