summaryrefslogtreecommitdiffstats
path: root/src/usr/lpc/lpcdd.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/lpc/lpcdd.H')
-rw-r--r--src/usr/lpc/lpcdd.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/lpc/lpcdd.H b/src/usr/lpc/lpcdd.H
index f4bd04176..3cebf07bd 100644
--- a/src/usr/lpc/lpcdd.H
+++ b/src/usr/lpc/lpcdd.H
@@ -132,6 +132,16 @@ class LpcDD
};
/**
+ * @brief Get the start offset in the LPC space
+ *
+ * @return Offset to LPC start address
+ */
+ uint64_t getLPCStartAddr(void)
+ {
+ return LPC_ADDR_START;
+ };
+
+ /**
* @brief Block/unblock all LPC operations
* @param[in] i_block true: block ops, false: allow ops
*/
OpenPOWER on IntegriCloud