aboutsummaryrefslogtreecommitdiff
path: root/include/ipmi.h
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-12-08 22:23:10 +1000
committerOliver O'Halloran <oohall@gmail.com>2019-12-16 14:50:56 +1100
commit5178691d0ad8d684f061d596dc6e025823fc0fec (patch)
tree7a9c85f6eabad8b9156ad6dc10b6a1ce49540672 /include/ipmi.h
parenta0cf95fea1f6681f866e4cb449bde56bf729819e (diff)
downloadskiboot-5178691d0ad8d684f061d596dc6e025823fc0fec.zip
skiboot-5178691d0ad8d684f061d596dc6e025823fc0fec.tar.gz
skiboot-5178691d0ad8d684f061d596dc6e025823fc0fec.tar.bz2
add more sparse endian annotations
This fixes quite a few sparse endian annotations across the tree. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
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 *);