Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/winbond/wbusb_s.h
Lars Lindley 912457fa4f Staging: winbond: wbusb_s.h Coding style fixes.
I fixed comments and some spacing.

Signed-off-by: Lars Lindley <lindley@coyote.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-05-11 11:35:50 -07:00

19 lines
387 B
C

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