-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 197080 b: refs/heads/master c: 912457f h: refs/heads/master v: v3
- Loading branch information
Lars Lindley
authored and
Greg Kroah-Hartman
committed
May 11, 2010
1 parent
ba3c7be
commit 16a0e76
Showing
2 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 83ad993d65738b6058a019b9c20ee65a57b0eecf | ||
refs/heads/master: 912457fa4f63d69625653c6ca8d92c564907d14b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,18 @@ | ||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
// Copyright (c) 1996-2004 Winbond Electronic Corporation | ||
// | ||
// Module Name: | ||
// wbusb_s.h | ||
// | ||
// Abstract: | ||
// Linux driver. | ||
// | ||
// Author: | ||
// | ||
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
|
||
/* ========================================================= | ||
* 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; | ||
struct usb_device *udev; | ||
u32 DetectCount; | ||
}; | ||
|
||
#endif |