summaryrefslogtreecommitdiff
path: root/xen/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/store.h')
-rw-r--r--xen/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/store.h b/xen/store.h
index ae236eb6..6bb78ea1 100644
--- a/xen/store.h
+++ b/xen/store.h
@@ -21,7 +21,7 @@
#include <machine/xen.h>
#include <xen/public/io/xenbus.h>
-typedef unsigned32_t hyp_store_transaction_t;
+typedef uint32_t hyp_store_transaction_t;
#define hyp_store_state_unknown "0"
#define hyp_store_state_initializing "1"