Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / winbond / wbusb_s.h
1 /* =========================================================
2 * Copyright (c) 1996-2004 Winbond Electronic Corporation
3 *
4 * Module Name:
5 * wbusb_s.h
6 * =========================================================
7 */
8 #ifndef __WINBOND_WBUSB_S_H
9 #define __WINBOND_WBUSB_S_H
10
11 #include <linux/types.h>
12
13 struct wb_usb {
14 u32 IsUsb20;
15 struct usb_device *udev;
16 u32 DetectCount;
17 };
18 #endif