diff options
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/lpc/lpcif.H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/usr/lpc/lpcif.H b/src/include/usr/lpc/lpcif.H index b09297a5e..db6ea9a32 100644 --- a/src/include/usr/lpc/lpcif.H +++ b/src/include/usr/lpc/lpcif.H @@ -64,6 +64,12 @@ errlHndl_t create_altmaster_objects( bool i_create, */ void block_lpc_ops( bool i_block ); +/** + * @brief Return the value of the LPC BAR that the driver is using + * @return LPC BAR physical address + */ +uint64_t get_lpc_bar( void ); + }; // namespace LPC |

