#ifndef KEYMASTER_TOOLS_H #define KEYMASTER_TOOLS_H #include #include #include #include #include #include #include namespace keymaster_tools { void SetRootOfTrust(nos::NuggetClientInterface *client); void SetBootState(nos::NuggetClientInterface *client); } // namespace keymaster_tools #endif // KEYMASTER_TOOLS_H