aboutsummaryrefslogtreecommitdiff
path: root/include/opal.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-16 14:43:53 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-16 14:43:53 +1100
commitea7d806ab0ba7acbc4143261c2648864d3def1f1 (patch)
tree952d3c47d64393ff882d11f267c40569bcb912ed /include/opal.h
parent6551cdc693158a26a9a8a902d1d0c6a2cf529fab (diff)
downloadskiboot-ea7d806ab0ba7acbc4143261c2648864d3def1f1.zip
skiboot-ea7d806ab0ba7acbc4143261c2648864d3def1f1.tar.gz
skiboot-ea7d806ab0ba7acbc4143261c2648864d3def1f1.tar.bz2
s/OpalMessageType/opal_msg_type/ removing CamelCase and being consistent!
We now consistently use msg as abbreviation for message in OPAL API. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/opal.h')
-rw-r--r--include/opal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opal.h b/include/opal.h
index bf0365b..0a57bd0 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -407,7 +407,7 @@ enum OpalLPCAddressType {
OPAL_LPC_FW = 2,
};
-enum OpalMessageType {
+enum opal_msg_type {
OPAL_MSG_ASYNC_COMP = 0, /* params[0] = token, params[1] = rc,
* additional params function-specific
*/