]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/winbond/core.h
Staging: w35und: move struct wbsoft_priv to core.h and use it
[karo-tx-linux.git] / drivers / staging / winbond / core.h
1 #ifndef __WINBOND_CORE_H
2 #define __WINBOND_CORE_H
3
4 #include "adapter.h"
5
6 struct wbsoft_priv {
7         struct wb35_adapter *adapter;
8 };
9
10 #endif /* __WINBOND_CORE_H */