Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337628
b: refs/heads/master
c: 5806627
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 1778d0f commit f7b5f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5e1db5adb42746dca94cb26774091474d934f301
refs/heads/master: 5806627215dc2c5a33b78c0d3ae756ef2f3d5017
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _INTERFACE_ADAPTER_H

typedef struct _BULK_ENDP_IN {
PCHAR bulk_in_buffer;
char *bulk_in_buffer;
size_t bulk_in_size;
UCHAR bulk_in_endpointAddr;
UINT bulk_in_pipe;
Expand All @@ -19,15 +19,15 @@ typedef struct _BULK_ENDP_OUT {
} BULK_ENDP_OUT, *PBULK_ENDP_OUT;

typedef struct _INTR_ENDP_IN {
PCHAR int_in_buffer;
char *int_in_buffer;
size_t int_in_size;
UCHAR int_in_endpointAddr;
UCHAR int_in_interval;
UINT int_in_pipe;
} INTR_ENDP_IN, *PINTR_ENDP_IN;

typedef struct _INTR_ENDP_OUT {
PCHAR int_out_buffer;
char *int_out_buffer;
size_t int_out_size;
UCHAR int_out_endpointAddr;
UCHAR int_out_interval;
Expand Down

0 comments on commit f7b5f0b

Please sign in to comment.