Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_semihosting.c32 static int sh_file_close(io_entity_t *entity);
46 .close = sh_file_close,
174 static int sh_file_close(io_entity_t *entity) in sh_file_close() function