#pragma once #include namespace CPU { Result identify(); void platform_init(); [[noreturn]] void efficient_halt(); }