diff options
author | davidcunado-arm <david.cunado@arm.com> | 2016-09-16 13:57:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-16 13:57:10 +0100 |
commit | a8de89c97461b7cc13a596db8771c30843b06405 (patch) | |
tree | 1e6760497bb823412be803361d69bc8ea212cd5e /plat/xilinx/zynqmp/pm_service/pm_client.h | |
parent | e69c1956cabfe4137c3efd646ce6575a2b972c58 (diff) | |
parent | 8787c0e00cfde59e81f6f89c84cef89d422cfabb (diff) |
Merge pull request #709 from Xilinx/zynqmp-2016-09
xilinx: ZynqMP updates
- new SIP calls for bitstream programming
- new SIP call to discover the SOC silicon version
- support the delay timer
Diffstat (limited to 'plat/xilinx/zynqmp/pm_service/pm_client.h')
-rw-r--r-- | plat/xilinx/zynqmp/pm_service/pm_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/xilinx/zynqmp/pm_service/pm_client.h b/plat/xilinx/zynqmp/pm_service/pm_client.h index 9483b0d1..7f80d5b4 100644 --- a/plat/xilinx/zynqmp/pm_service/pm_client.h +++ b/plat/xilinx/zynqmp/pm_service/pm_client.h @@ -40,7 +40,7 @@ #include "pm_common.h" /* Functions to be implemented by each PU */ -void pm_client_suspend(const struct pm_proc *proc); +void pm_client_suspend(const struct pm_proc *proc, unsigned int state); void pm_client_abort_suspend(void); void pm_client_wakeup(const struct pm_proc *proc); enum pm_ret_status set_ocm_retention(void); |