Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/drivers/linuxc24/include/byteswap.h
21,8 → 21,11
 
/* Get the machine specific, optimized definitions. */
#include <bits/byteswap.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
 
/* The following definitions must all be macros since otherwise some
of the possible optimizations are not possible. */
 
37,4 → 40,5
# define bswap_64(x) __bswap_64 (x)
#endif
 
__END_DECLS
#endif /* byteswap.h */