Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338161
b: refs/heads/master
c: 2314894
h: refs/heads/master
i:
  338159: 40e2d2d
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 2b7a9bf commit 55a6f97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 1bb052b706faf55d32f080cfd43f2f7050fdc23b
refs/heads/master: 2314894f5c80abfbda3cad3519cc28aa0184bb76
10 changes: 5 additions & 5 deletions trunk/drivers/staging/bcm/Ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ typedef enum _FLASH2X_SECTION_VAL {
*/
typedef struct _FLASH2X_READWRITE {
FLASH2X_SECTION_VAL Section; /* which section has to be read/written */
B_UINT32 offset; /* Offset within Section. */
B_UINT32 numOfBytes; /* NOB from the offset */
B_UINT32 bVerify;
u32 offset; /* Offset within Section. */
u32 numOfBytes; /* NOB from the offset */
u32 bVerify;
void __user *pDataBuff; /* Buffer for reading/writing */
} FLASH2X_READWRITE, *PFLASH2X_READWRITE;

Expand All @@ -170,8 +170,8 @@ typedef struct _FLASH2X_READWRITE {
typedef struct _FLASH2X_COPY_SECTION {
FLASH2X_SECTION_VAL SrcSection;
FLASH2X_SECTION_VAL DstSection;
B_UINT32 offset;
B_UINT32 numOfBytes;
u32 offset;
u32 numOfBytes;
} FLASH2X_COPY_SECTION, *PFLASH2X_COPY_SECTION;

typedef enum _SECTION_TYPE {
Expand Down

0 comments on commit 55a6f97

Please sign in to comment.