Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/partition/
Dpartition.h41 } partition_entry_list_t; typedef
45 const partition_entry_list_t *get_partition_entry_list(void);
/external/arm-trusted-firmware/drivers/partition/
Dpartition.c19 static partition_entry_list_t list;
248 const partition_entry_list_t *get_partition_entry_list(void) in get_partition_entry_list()