]> Git Repo - qemu.git/blobdiff - tests/libqtest.h
libqos/ahci: add ahci command helpers
[qemu.git] / tests / libqtest.h
index 1be0934f070acd7e5436ee019a38e8bfa2b3186a..e7413d52dcb87813f826bbfa0da1c904cf29a670 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdarg.h>
 #include <sys/types.h>
 #include "qapi/qmp/qdict.h"
+#include "glib-compat.h"
 
 typedef struct QTestState QTestState;
 
@@ -682,4 +683,11 @@ static inline int64_t clock_set(int64_t val)
     return qtest_clock_set(global_qtest, val);
 }
 
+/**
+ * qtest_big_endian:
+ *
+ * Returns: True if the architecture under test has a big endian configuration.
+ */
+bool qtest_big_endian(void);
+
 #endif
This page took 0.02268 seconds and 4 git commands to generate.