summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-05-11 11:14:50 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-05-11 11:14:50 +0200
commit3331c33d03ec1cc361f6908044930d3178eeeb5f (patch)
tree42e8f3424d5b9689ef0e359321a1e7acee1b839d /include
parent9d44b2b98119cf3b0a31926201267ea88332c235 (diff)
parentf4bbf435554e87de31c0a70039aa03b19962aaea (diff)
downloadarm-trusted-firmware-3331c33d03ec1cc361f6908044930d3178eeeb5f.tar.gz
Merge "feat(optee): add device tree for coreboot table" into integration
Diffstat (limited to 'include')
-rw-r--r--include/lib/coreboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/coreboot.h b/include/lib/coreboot.h
index 0aa65791d..42d4149aa 100644
--- a/include/lib/coreboot.h
+++ b/include/lib/coreboot.h
@@ -41,5 +41,6 @@ typedef enum {
coreboot_memory_t coreboot_get_memory_type(uintptr_t start, size_t size);
void coreboot_table_setup(void *base);
+void coreboot_get_table_location(uint64_t *address, uint32_t *size);
#endif /* COREBOOT_H */