Staging: w35und: Rename wbhal_s.h to wbhal.h
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / winbond / wbusb_s.h
blob8961ae594c4e05d7bbfa762b0f3bab3775df62c8
1 /* =========================================================
2 * Copyright (c) 1996-2004 Winbond Electronic Corporation
4 * Module Name:
5 * wbusb_s.h
6 * =========================================================
7 */
8 #ifndef __WINBOND_WBUSB_S_H
9 #define __WINBOND_WBUSB_S_H
11 #include <linux/types.h>
13 struct wb_usb {
14 u32 IsUsb20;
15 struct usb_device *udev;
16 u32 DetectCount;
18 #endif