]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/core.h
Staging: w35und: move struct wbsoft_priv to core.h and use it
[linux-2.6-omap-h63xx.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 */