Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platf...
[pandora-kernel.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