Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115960
b: refs/heads/master
c: 1d8cca4
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Oct 20, 2008
1 parent 520fbbf commit d3bf41f
Show file tree
Hide file tree
Showing 4 changed files with 4 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: acf0108a84edae22b99655eb2f6f6c9f7ec4d449
refs/heads/master: 1d8cca44b6a244b7e378546d719041819049a0f9
1 change: 1 addition & 0 deletions trunk/include/linux/byteorder/Kbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
unifdef-y += big_endian.h
unifdef-y += little_endian.h
unifdef-y += swab.h
unifdef-y += swabb.h
1 change: 1 addition & 0 deletions trunk/include/linux/byteorder/big_endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <linux/types.h>
#include <linux/byteorder/swab.h>
#include <linux/byteorder/swabb.h>

#define __constant_htonl(x) ((__force __be32)(__u32)(x))
#define __constant_ntohl(x) ((__force __u32)(__be32)(x))
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/byteorder/little_endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <linux/types.h>
#include <linux/byteorder/swab.h>
#include <linux/byteorder/swabb.h>

#define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
#define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
Expand Down

0 comments on commit d3bf41f

Please sign in to comment.