- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.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