diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-08-27 13:13:47 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-08-27 13:13:47 +0000 |
commit | 393352a70f29189d8eed9127bce386a88501a3c5 (patch) | |
tree | 9c5728c3c5365a73762f6cf9458849266da1b0d3 /libc/sysdeps/linux/cris/bits/byteswap.h | |
parent | 3928dcdff3d955cb2ed2608b2d328d1ad7e7d9d7 (diff) |
Cosmetic changes.
Diffstat (limited to 'libc/sysdeps/linux/cris/bits/byteswap.h')
-rw-r--r-- | libc/sysdeps/linux/cris/bits/byteswap.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/cris/bits/byteswap.h b/libc/sysdeps/linux/cris/bits/byteswap.h index 60544a0ad..f152d73e8 100644 --- a/libc/sysdeps/linux/cris/bits/byteswap.h +++ b/libc/sysdeps/linux/cris/bits/byteswap.h @@ -1,3 +1,6 @@ +#ifndef _BITS_BYTESWAP_H +#define _BITS_BYTESWAP_H 1 + #define ___swab16(x) \ ({ \ unsigned short __x = (x); \ @@ -42,6 +45,4 @@ static inline unsigned long __fswab32(unsigned long x) ___swab32((x)) : \ __fswab32((x))) - - - +#endif /* _BITS_BYTESWAP_H */ |