Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
7 years ago
by
davidcunado-arm
Committed by
GitHub
7 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1102 from Xilinx/fpga_load
zynqmp: Sync function declaration and definition
parents
b4f4a2f0
b3ac699d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/xilinx/zynqmp/pm_service/pm_api_sys.h
+2
-2
plat/xilinx/zynqmp/pm_service/pm_api_sys.h
with
2 additions
and
2 deletions
+2
-2
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
);
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help