Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60587
b: refs/heads/master
c: 72d0689
h: refs/heads/master
i:
  60585: c20849a
  60583: 73843e4
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Jun 28, 2007
1 parent f52da78 commit dc4ea27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75423b7ba5eacc0a003b19e51af6a38feeed43ee
refs/heads/master: 72d068951ca3f5428a3149a604ea626d93eecffe
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/boot/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long long u64;
typedef signed char s8;
typedef short s16;
typedef int s32;
typedef long long s64;

#define min(x,y) ({ \
typeof(x) _x = (x); \
Expand Down

0 comments on commit dc4ea27

Please sign in to comment.