X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=ltt-endian.h;fp=ltt-endian.h;h=0000000000000000000000000000000000000000;hb=a90917c3f8c4ed79117f1caa333b29a2108084ec;hp=9a0512d2c2028e1ab77ccc69dc1ebcb560da0406;hpb=edb5c2da83545004c5f556accb79d010a6b1e3a9;p=lttng-modules.git diff --git a/ltt-endian.h b/ltt-endian.h deleted file mode 100644 index 9a0512d2..00000000 --- a/ltt-endian.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _LTT_ENDIAN_H -#define _LTT_ENDIAN_H - -/* - * ltt-endian.h - * - * Copyright 2010 (c) - Mathieu Desnoyers - * - * Dual LGPL v2.1/GPL v2 license. - */ - -#ifdef __KERNEL__ -# include -# ifdef __BIG_ENDIAN -# define __BYTE_ORDER __BIG_ENDIAN -# elif defined(__LITTLE_ENDIAN) -# define __BYTE_ORDER __LITTLE_ENDIAN -# else -# error "unknown endianness" -# endif -#ifndef __BIG_ENDIAN -# define __BIG_ENDIAN 4321 -#endif -#ifndef __LITTLE_ENDIAN -# define __LITTLE_ENDIAN 1234 -#endif -#else -# include -#endif - -#endif /* _LTT_ENDIAN_H */