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
Libump
Commits
6876cc39
Commit
6876cc39
authored
Mar 08, 2016
by
Andreas Baierl
Browse files
Fix ump build
parent
80c4e66f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ump.h.in
View file @
6876cc39
...
...
@@ -204,6 +204,10 @@ UMP_API_EXPORT void ump_write(ump_handle dst, unsigned long offset, const void *
UMP_API_EXPORT void * ump_mapped_pointer_get(ump_handle mem);
/* Fix */
UMP_API_EXPORT void * ump_phys_address_get(ump_handle mem);
/**
* Releases a previously mapped pointer to the specified UMP memory.
*
...
...
src/ump_arch.h
View file @
6876cc39
...
...
@@ -46,7 +46,7 @@ ump_secure_id ump_arch_allocate(unsigned long * size, ump_alloc_constraints cons
unsigned
long
ump_arch_size_get
(
ump_secure_id
secure_id
);
/** Query physical address of specified UMP memory. */
void
*
ump_arch_phys_address
_get
(
ump_secure_id
secure_id
);
void
*
ump_arch_phys_address
(
ump_secure_id
secure_id
);
/** Release a reference from specified UMP memory. */
void
ump_arch_reference_release
(
ump_secure_id
secure_id
);
...
...
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