aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>2018-03-08 22:10:16 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-03-14 02:04:33 -0500
commit603beb4500f55c23bb9339ca7edb0e4a92885405 (patch)
treefc3c057f6c206428f7b1a4b5edf0eb2b73eccc62
parentb5c9d09d067743be6ab12eef49f80562f0d41f02 (diff)
downloadskiboot-603beb4500f55c23bb9339ca7edb0e4a92885405.zip
skiboot-603beb4500f55c23bb9339ca7edb0e4a92885405.tar.gz
skiboot-603beb4500f55c23bb9339ca7edb0e4a92885405.tar.bz2
Reserve OPAL API number for opal_handle_hmi2 function.
Requested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--include/opal-api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index 34a2d08..df71cf2 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -222,7 +222,8 @@
#define OPAL_SENSOR_GROUP_ENABLE 163
#define OPAL_PCI_GET_PBCQ_TUNNEL_BAR 164
#define OPAL_PCI_SET_PBCQ_TUNNEL_BAR 165
-#define OPAL_LAST 165
+#define OPAL_HANDLE_HMI2 166
+#define OPAL_LAST 166
#define QUIESCE_HOLD 1 /* Spin all calls at entry */
#define QUIESCE_REJECT 2 /* Fail all calls with OPAL_BUSY */