aboutsummaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/types.h b/include/types.h
index 36dc81d..07a9db6 100644
--- a/include/types.h
+++ b/include/types.h
@@ -17,11 +17,12 @@
#ifndef __TYPES_H
#define __TYPES_H
#include <ccan/short_types/short_types.h>
+#include <ccan/endian/endian.h>
/* These are currently just for clarity, but we could apply sparse. */
-typedef u16 __be16;
-typedef u32 __be32;
-typedef u64 __be64;
+typedef beint16_t __be16;
+typedef beint32_t __be32;
+typedef beint64_t __be64;
#endif /* __TYPES_H */