diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/usr/lpc/lpcif.H | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/usr/lpc/lpcif.H b/src/include/usr/lpc/lpcif.H index eb3eeef2c..54368c41d 100644 --- a/src/include/usr/lpc/lpcif.H +++ b/src/include/usr/lpc/lpcif.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2017 */ /* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ @@ -59,6 +59,13 @@ enum TransType { errlHndl_t create_altmaster_objects( bool i_create, TARGETING::Target* i_proc ); +/** + * @brief Block/unblock all LPC operations + * @param[in] i_block true: block ops, false: allow ops + */ +void block_lpc_ops( bool i_block ); + + }; // namespace LPC #endif // end __LPCIF_H |