summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/sbeglobals.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/sbeglobals.H')
-rw-r--r--src/sbefw/core/sbeglobals.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sbefw/core/sbeglobals.H b/src/sbefw/core/sbeglobals.H
index 3b2b0ad9..72f9222c 100644
--- a/src/sbefw/core/sbeglobals.H
+++ b/src/sbefw/core/sbeglobals.H
@@ -85,6 +85,10 @@ class SBEGlobalsSingleton
*/
PkSemaphore sbeSemAsyncProcess;
+ #ifdef SBE_IPL_STATUS_LPC_SUPPORT
+ static bool sbeLPCActive;
+ #endif
+
#ifdef SBE_CONSOLE_SUPPORT
// Binary semaphore to protect uart access
PkSemaphore sbeUartBinSem;
OpenPOWER on IntegriCloud