summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/procedures/hwp/nest/p9_pba_access.C')
-rw-r--r--import/chips/p9/procedures/hwp/nest/p9_pba_access.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/nest/p9_pba_access.C b/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
index 160558ba..770b751a 100644
--- a/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
+++ b/import/chips/p9/procedures/hwp/nest/p9_pba_access.C
@@ -45,8 +45,9 @@ extern "C" {
const uint64_t i_address,
const bool i_rnw,
const uint32_t i_flags,
+ const bool i_firstGranule,
const bool i_lastGranule,
- uint64_t io_data[])
+ uint8_t io_data[])
{
//return codes
fapi2::ReturnCode rc;
OpenPOWER on IntegriCloud