// This file is part of noxos and licensed under the MIT open source license
#ifndef NOX_PANIC_H
#define NOX_PANIC_H
#include "platform/cpu.h"
#include "utils/string.h"
void panic(cpu_state_T* state, string_t message);
#endif //NOX_PANIC_H