Home
last modified time | relevance | path

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

/include/linux/
Dtboot.h126 extern void tboot_shutdown(u32 shutdown_type);
135 #define tboot_shutdown(shutdown_type) do { } while (0) macro