From 393352a70f29189d8eed9127bce386a88501a3c5 Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Wed, 27 Aug 2003 13:13:47 +0000 Subject: Cosmetic changes. --- libc/sysdeps/linux/cris/bits/byteswap.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/cris/bits/byteswap.h') 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 */ -- cgit v1.2.3