Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/partition/
Dpartition.h45 } partition_entry_list_t; typedef
51 const partition_entry_list_t *get_partition_entry_list(void);
/trusted-firmware-a-latest/drivers/partition/
Dpartition.c22 static partition_entry_list_t list;
453 const partition_entry_list_t *get_partition_entry_list(void) in get_partition_entry_list()