Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
98d01553
Commit
98d01553
authored
Oct 07, 2008
by
Vitaly Lipatov
Committed by
Alexandre Julliard
Oct 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/ddk: Fix include path and include guard name.
parent
0715d9c1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
usb.h
include/ddk/usb.h
+3
-3
usb100.h
include/ddk/usb100.h
+2
-2
usb200.h
include/ddk/usb200.h
+3
-3
usbdlib.h
include/ddk/usbdlib.h
+2
-2
No files found.
include/ddk/usb.h
View file @
98d01553
...
...
@@ -16,10 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _
USB
_
#define _
USB
_
#ifndef _
_DDK_USB_H_
_
#define _
_DDK_USB_H_
_
#include <usb200.h>
#include <
ddk/
usb200.h>
#define URB_FUNCTION_SELECT_CONFIGURATION 0x0000
#define URB_FUNCTION_SELECT_INTERFACE 0x0001
...
...
include/ddk/usb100.h
View file @
98d01553
...
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _
USB100
_
#define _
USB100
_
#ifndef _
_DDK_USB100_H_
_
#define _
_DDK_USB100_H_
_
#define USB_DEVICE_DESCRIPTOR_TYPE 0x01
#define USB_CONFIGURATION_DESCRIPTOR_TYPE 0x02
...
...
include/ddk/usb200.h
View file @
98d01553
...
...
@@ -16,9 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _
USB200
_
#define _
USB200
_
#ifndef _
_DDK_USB200_H_
_
#define _
_DDK_USB200_H_
_
#include <usb100.h>
#include <
ddk/
usb100.h>
#endif
include/ddk/usbdlib.h
View file @
98d01553
...
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __USBDLIB_H__
#define __USBDLIB_H__
#ifndef __
DDK_
USBDLIB_H__
#define __
DDK_
USBDLIB_H__
typedef
struct
_USBD_INTERFACE_LIST_ENTRY
{
PUSB_INTERFACE_DESCRIPTOR
InterfaceDescriptor
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment