blob: 62ad9545548d39071b41dc90c2946224866e1af0 [file] [log] [blame]
Pekka Enbergcc180712008-10-30 16:14:35 +02001#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 */