Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
[deliverable/linux.git] / drivers / staging / winbond / wbusb_s.h
CommitLineData
912457fa
LL
1/* =========================================================
2 * Copyright (c) 1996-2004 Winbond Electronic Corporation
3 *
4 * Module Name:
5 * wbusb_s.h
6 * =========================================================
7 */
80aba536
PE
8#ifndef __WINBOND_WBUSB_S_H
9#define __WINBOND_WBUSB_S_H
10
11#include <linux/types.h>
12
eb62f3ea 13struct wb_usb {
66101de1 14 u32 IsUsb20;
912457fa 15 struct usb_device *udev;
66101de1 16 u32 DetectCount;
eb62f3ea 17};
80aba536 18#endif
This page took 0.235044 seconds and 5 git commands to generate.