Home
last modified time | relevance | path

Searched refs:partition_entry_list_t (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Dpartition.h38 } partition_entry_list_t; typedef
45 const partition_entry_list_t *get_partition_entry_list(void);
Dpartition.c27 static partition_entry_list_t list;
322 const partition_entry_list_t *get_partition_entry_list(void) { return &list; } in get_partition_entry_list()