aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 15:00:17 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 15:00:17 +1100
commitf60521f9226fddf51632fd95ece966b67abc5619 (patch)
treee8b9ad633aeb2f9ad17a6f7c5dd3c1f63fed8c5a /include
parent92366bd2844aace9681e2447c82a24e92eabc51c (diff)
downloadskiboot-f60521f9226fddf51632fd95ece966b67abc5619.zip
skiboot-f60521f9226fddf51632fd95ece966b67abc5619.tar.gz
skiboot-f60521f9226fddf51632fd95ece966b67abc5619.tar.bz2
Add OPAL_INVALID_CALL to opal.h
Never used, but exists for testing. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/opal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opal.h b/include/opal.h
index 10e2bc6..e8e6fd0 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -51,6 +51,7 @@
#define OPAL_I2C_STOP_ERR -24
/* API Tokens (in r0) */
+#define OPAL_INVALID_CALL -1
#define OPAL_TEST 0
#define OPAL_CONSOLE_WRITE 1
#define OPAL_CONSOLE_READ 2