summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/opal-api.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index 36aaf54e..e461c9d2 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -1,4 +1,4 @@
-/* Copyright 2013-2018 IBM Corp.
+/* Copyright 2013-2019 IBM Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -227,7 +227,9 @@
#define OPAL_NPU_SET_RELAXED_ORDER 168
#define OPAL_NPU_GET_RELAXED_ORDER 169
#define OPAL_XIVE_GET_VP_STATE 170 /* Get NVT state */
-#define OPAL_LAST 170
+#define OPAL_NPU_RESERVED1 171 /* LPC Allocate */
+#define OPAL_NPU_RESERVED2 172 /* LPC Release */
+#define OPAL_LAST 172
#define QUIESCE_HOLD 1 /* Spin all calls at entry */
#define QUIESCE_REJECT 2 /* Fail all calls with OPAL_BUSY */
OpenPOWER on IntegriCloud