diff options
Diffstat (limited to 'src/usr/mmio/mmio.H')
-rw-r--r-- | src/usr/mmio/mmio.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/mmio/mmio.H b/src/usr/mmio/mmio.H index d69ade6f7..96ea25e8d 100644 --- a/src/usr/mmio/mmio.H +++ b/src/usr/mmio/mmio.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2018 */ +/* Contributors Listed Below - COPYRIGHT 2018,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -25,6 +25,10 @@ #ifndef __MMIO_H #define __MMIO_H +#include <errl/errlentry.H> +#include <devicefw/driverif.H> +#include <targeting/common/target.H> + /** @file mmio.H * @brief Provides interface to perform MMIO operations to Explorer chips * */ |