aboutsummaryrefslogtreecommitdiff
path: root/src/include/open-axiom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/open-axiom.h')
-rw-r--r--src/include/open-axiom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h
index d4790120..b27c9ea3 100644
--- a/src/include/open-axiom.h
+++ b/src/include/open-axiom.h
@@ -79,6 +79,11 @@ extern "C" {
# define OPENAXIOM_HAVE_GRAPHICS 1
#endif
+/* Byte order enumeration. */
+typedef enum openaxiom_byteorder {
+ oa_unknown_endian, oa_little_endian, oa_big_endian
+} openaxiom_byteorder;
+
/* Return the address of the data buffer `BUF'. */