summaryrefslogtreecommitdiff
path: root/cesar/hal/leon/fatal_button.h
blob: f9ac8181b5d99932557855a776868b1c2bd236b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef hal_leon_fatal_button_h
#define hal_leon_fatal_button_h
/* Cesar project {{{
 *
 * Copyright (C) 2009 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \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 */