Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
569c5374
Commit
569c5374
authored
Sep 19, 2017
by
davidcunado-arm
Committed by
GitHub
Sep 19, 2017
Browse files
Merge pull request #1102 from Xilinx/fpga_load
zynqmp: Sync function declaration and definition
parents
b4f4a2f0
b3ac699d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/xilinx/zynqmp/pm_service/pm_api_sys.h
View file @
569c5374
...
...
@@ -85,8 +85,8 @@ enum pm_ret_status pm_mmio_write(uintptr_t address,
unsigned
int
mask
,
unsigned
int
value
);
enum
pm_ret_status
pm_mmio_read
(
uintptr_t
address
,
unsigned
int
*
value
);
enum
pm_ret_status
pm_fpga_load
(
uint32_t
address_
high
,
uint32_t
address_
low
,
enum
pm_ret_status
pm_fpga_load
(
uint32_t
address_
low
,
uint32_t
address_
high
,
uint32_t
size
,
uint32_t
flags
);
enum
pm_ret_status
pm_fpga_get_status
(
unsigned
int
*
value
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment