Merge branch 'master' into for-next
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / winbond / wbusb_s.h
CommitLineData
912457fa
LL
1/* =========================================================
2 * Copyright (c) 1996-2004 Winbond Electronic Corporation
3 *
4 * Module Name:
5 * wbusb_s.h
6 * =========================================================
7 */
80aba536
PE
8#ifndef __WINBOND_WBUSB_S_H
9#define __WINBOND_WBUSB_S_H
10
11#include <linux/types.h>
12
eb62f3ea 13struct wb_usb {
66101de1 14 u32 IsUsb20;
912457fa 15 struct usb_device *udev;
66101de1 16 u32 DetectCount;
eb62f3ea 17};
80aba536 18#endif