aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/core.h
blob: 62ad9545548d39071b41dc90c2946224866e1af0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __WINBOND_CORE_H
#define __WINBOND_CORE_H

#include "adapter.h"

struct wbsoft_priv {
	struct wb35_adapter *adapter;
};

#endif /* __WINBOND_CORE_H */