#pragma once

/**
 * halt (emergency) mode
 *
 * stops all execution until emergency status is manually cleared by the user
 */
void w2_mode_halt();