diff options
Diffstat (limited to 'src/include/usr/errl/errlud.H')
-rw-r--r-- | src/include/usr/errl/errlud.H | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/usr/errl/errlud.H b/src/include/usr/errl/errlud.H index 31d5f98c1..d7c10cc0f 100644 --- a/src/include/usr/errl/errlud.H +++ b/src/include/usr/errl/errlud.H @@ -5,7 +5,10 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* [+] Google Inc. */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -33,7 +36,10 @@ #include <errl/errlsctn.H> #include <errl/errlsctnhdr.H> - +namespace ERRORLOGDISPLAY +{ +class ErrLogDisplay; +} namespace ERRORLOG { @@ -48,6 +54,7 @@ class ErrlUD : public ErrlSctn // you would expect to be part of ErrlEntry are actually instance data // in this class. friend class ErrlEntry; + friend class ERRORLOGDISPLAY::ErrLogDisplay; private: |