Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi_types/defs/protocols/
Dsimple_text_input_protocol.h23 typedef struct EfiInputKey { struct
26 } EfiInputKey; argument
/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_text_input.rs46 pub fn read_key_stroke(&self) -> Result<Option<EfiInputKey>> { in read_key_stroke()