aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/winbond/core.h')
-rw-r--r--drivers/staging/winbond/core.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h
new file mode 100644
index 00000000000..62ad9545548
--- /dev/null
+++ b/drivers/staging/winbond/core.h
@@ -0,0 +1,10 @@
+#ifndef __WINBOND_CORE_H
+#define __WINBOND_CORE_H
+
+#include "adapter.h"
+
+struct wbsoft_priv {
+ struct wb35_adapter *adapter;
+};
+
+#endif /* __WINBOND_CORE_H */