Home
last modified time | relevance | path

Searched defs:__print_callback (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/trusty/lk/lib/io/include/lib/
Dio.h34 struct __print_callback { struct
35 struct list_node entry;
36 void (*print)(print_callback_t *cb, const char *str, size_t len);
37 void (*commit)(print_callback_t *cb);
38 void *context;