diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-08 00:26:51 -0800 | 
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:21:25 -0800 | 
| commit | 98a4a86128d7179b22365e16bf880e849e20bc7d (patch) | |
| tree | b6270c203f6075118fd36b86a77bdf7a39da6566 /include/linux/types.h | |
| parent | 0e11c91e1e912bc4db5b71607d149e7e9a77e756 (diff) | |
| download | olio-linux-3.10-98a4a86128d7179b22365e16bf880e849e20bc7d.tar.xz olio-linux-3.10-98a4a86128d7179b22365e16bf880e849e20bc7d.zip  | |
[NETFILTER]: trivial annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/types.h')
| -rw-r--r-- | include/linux/types.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index 750f085fa56..9f11fdd2bd7 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -128,6 +128,8 @@ typedef		__s64		int64_t;  /* this is a special 64bit data type that is 8-byte aligned */  #define aligned_u64 unsigned long long __attribute__((aligned(8))) +#define aligned_be64 __be64 __attribute__((aligned(8))) +#define aligned_le64 __le64 __attribute__((aligned(8)))  /**   * The type used for indexing onto a disc or disc partition.  |