Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtboot.h145 extern void tboot_shutdown(u32 shutdown_type);
154 #define tboot_shutdown(shutdown_type) do { } while (0) macro