Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83ad993d65738b6058a019b9c20ee65a57b0eecf
refs/heads/master: 912457fa4f63d69625653c6ca8d92c564907d14b
23 changes: 8 additions & 15 deletions trunk/drivers/staging/winbond/wbusb_s.h
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

0 comments on commit 16a0e76

Please sign in to comment.