Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6/linux-2.6-openrd.git] / drivers / staging / winbond / wbusb_s.h
blob0c7e6a383f2d876da93f932acfa034b4410e02a1
1 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 // Copyright (c) 1996-2004 Winbond Electronic Corporation
3 //
4 // Module Name:
5 // wbusb_s.h
6 //
7 // Abstract:
8 // Linux driver.
9 //
10 // Author:
12 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14 #ifndef __WINBOND_WBUSB_S_H
15 #define __WINBOND_WBUSB_S_H
17 #include <linux/types.h>
19 struct wb_usb {
20 u32 IsUsb20;
21 struct usb_device *udev;
22 u32 DetectCount;
25 #endif