/* ========================================================= * Copyright (c) 1996-2004 Winbond Electronic Corporation * * Module Name: * wbusb_s.h * ========================================================= */ #ifndef __WINBOND_WBUSB_S_H #define __WINBOND_WBUSB_S_H #include struct wb_usb { u32 IsUsb20; struct usb_device *udev; u32 DetectCount; }; #endif