aboutsummaryrefslogtreecommitdiff
path: root/lib/libhvcall/hvcall.in
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-07-27 15:45:36 +1000
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-10-12 13:20:00 +0200
commit35fc16fee354457ab171247d9e2b5387304b5eb3 (patch)
tree353b81cabc5d1d936c0bbe97e6cb3263a8bb9349 /lib/libhvcall/hvcall.in
parent32e3430c018ceb8413cb808477449d1968c42497 (diff)
downloadSLOF-35fc16fee354457ab171247d9e2b5387304b5eb3.zip
SLOF-35fc16fee354457ab171247d9e2b5387304b5eb3.tar.gz
SLOF-35fc16fee354457ab171247d9e2b5387304b5eb3.tar.bz2
Move MMIO accessors to board-js2x and implement h-calls based ones for qemu
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'lib/libhvcall/hvcall.in')
-rw-r--r--lib/libhvcall/hvcall.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libhvcall/hvcall.in b/lib/libhvcall/hvcall.in
index 827aed4..13fa790 100644
--- a/lib/libhvcall/hvcall.in
+++ b/lib/libhvcall/hvcall.in
@@ -1,5 +1,5 @@
/******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2004, 2011 IBM Corporation
* All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
@@ -16,3 +16,12 @@ cod(hv-haschar)
cod(hv-reg-crq)
cod(hv-free-crq)
cod(hv-send-crq)
+
+cod(RB@)
+cod(RB!)
+cod(RW@)
+cod(RW!)
+cod(RL@)
+cod(RL!)
+cod(RX@)
+cod(RX!)