Staging: w35und: move struct wbsoft_priv to core.h and use it
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / winbond / core.h
CommitLineData
cc180710
PE
1#ifndef __WINBOND_CORE_H
2#define __WINBOND_CORE_H
3
4#include "adapter.h"
5
6struct wbsoft_priv {
7 struct wb35_adapter *adapter;
8};
9
10#endif /* __WINBOND_CORE_H */