aboutsummaryrefslogtreecommitdiff
path: root/src/include/open-axiom.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-07 22:10:17 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-07 22:10:17 +0000
commit2fbcd8bc4f97cc3e534e11414f5a12dbc08edf2d (patch)
tree25f9002df4057d8e967d22c6f66a2d84378b3bcd /src/include/open-axiom.h
parent85f1c4d3dc7dc34ae4436d3ef0ffe0b6c6039b5a (diff)
downloadopen-axiom-2fbcd8bc4f97cc3e534e11414f5a12dbc08edf2d.tar.gz
* algebra/system.spad.pamphlet (hostByteOrder$System): New.
* algebra/data.spad.pamphlet (ByteOrder): New. * algebra/Makefile.pamphlet (axiom_algebra_layer_1): Include BYTEORD.
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'. */