aboutsummaryrefslogtreecommitdiff
path: root/include/ipmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipmi.h')
-rw-r--r--include/ipmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipmi.h b/include/ipmi.h
index 4f51347..50deec0 100644
--- a/include/ipmi.h
+++ b/include/ipmi.h
@@ -164,7 +164,7 @@ struct ipmi_msg {
};
struct ipmi_backend {
- __be64 opal_event_ipmi_recv;
+ uint64_t opal_event_ipmi_recv;
struct ipmi_msg *(*alloc_msg)(size_t, size_t);
void (*free_msg)(struct ipmi_msg *);
int (*queue_msg)(struct ipmi_msg *);