#ifndef hal_leon_fatal_button_h #define hal_leon_fatal_button_h /* Cesar project {{{ * * Copyright (C) 2009 Spidcom * * <<>> * * }}} */ /** * \file hal/leon/fatal_button.h * \brief Trigger a fatal error on a button pressed. * \ingroup hal_leon */ BEGIN_DECLS /** * Initialise fatal button. */ void leon_fatal_button_init (void); END_DECLS #endif /* hal_leon_fatal_button_h */