Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95991
b: refs/heads/master
c: afaafe5
h: refs/heads/master
i:
  95989: 7d532c5
  95987: 75881d8
  95983: ba40666
v: v3
  • Loading branch information
Rusty Russell authored and Ingo Molnar committed May 4, 2008
1 parent 6a4e189 commit 54bcf5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 8bd1796dedd50abd7553afbe6113bd97cc88390f
refs/heads/master: afaafe50ee15c59010f19273ebfb6c44f0962d7c
8 changes: 4 additions & 4 deletions trunk/include/asm-x86/bootparam.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

/* extensible setup data list node */
struct setup_data {
u64 next;
u32 type;
u32 len;
u8 data[0];
__u64 next;
__u32 type;
__u32 len;
__u8 data[0];
};

struct setup_header {
Expand Down

0 comments on commit 54bcf5d

Please sign in to comment.