X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Finclude%2Fint_types.h;fp=src%2Fceph%2Fsrc%2Finclude%2Fint_types.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=56b2723f3a5c0077af552b14f60613db43033f41;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/include/int_types.h b/src/ceph/src/include/int_types.h deleted file mode 100644 index 56b2723..0000000 --- a/src/ceph/src/include/int_types.h +++ /dev/null @@ -1,65 +0,0 @@ -#ifndef CEPH_INTTYPES_H -#define CEPH_INTTYPES_H - -#include "acconfig.h" - -#include - -#ifdef HAVE_LINUX_TYPES_H -#include -#else -#ifndef HAVE___U8 -typedef uint8_t __u8; -#endif - -#ifndef HAVE___S8 -typedef int8_t __s8; -#endif - -#ifndef HAVE___U16 -typedef uint16_t __u16; -#endif - -#ifndef HAVE___S16 -typedef int16_t __s16; -#endif - -#ifndef HAVE___U32 -typedef uint32_t __u32; -#endif - -#ifndef HAVE___S32 -typedef int32_t __s32; -#endif - -#ifndef HAVE___U64 -typedef uint64_t __u64; -#endif - -#ifndef HAVE___S64 -typedef int64_t __s64; -#endif -#endif /* LINUX_TYPES_H */ - -#define __bitwise__ - -typedef __u16 __bitwise__ __le16; -typedef __u16 __bitwise__ __be16; -typedef __u32 __bitwise__ __le32; -typedef __u32 __bitwise__ __be32; -typedef __u64 __bitwise__ __le64; -typedef __u64 __bitwise__ __be64; - -#ifndef BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -#endif - -#ifndef BOOST_MPL_LIMIT_VECTOR_SIZE -#define BOOST_MPL_LIMIT_VECTOR_SIZE 30 // or whatever you need -#endif - -#ifndef BOOST_MPL_LIMIT_MAP_SIZE -#define BOOST_MPL_LIMIT_MAP_SIZE 30 // or whatever you need -#endif - -#endif