aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_test.h
blob: 6680f58820bca0192020a3f3d9ba300093419616 (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
27
28
29
30
31
32
33
34
35
/** @file debug_test.h
 *  @brief C header file for debugger test routines
 *
 */

/* Copyright (C) 2007-2010 the NxOS developers
 *
 * Module Developed by: TC Wan <tcwan@cs.usm.my>
 *
 * See AUTHORS for a full list of the developers.
 *
 * See COPYING for redistribution license
 *
 */

#ifndef __DEBUG_TEST_H__
#define __DEBUG_TEST_H__

#include "_c_arm_macros.h"

#ifndef __ASSEMBLY__

/* Define C stuff */
/** @defgroup debug_public */
/*@{*/

FUNCDEF void dbg__test_arm_bkpt(void);
FUNCDEF void dbg__test_thumb_bkpt(void);

 /*@}*/

#endif


#endif /* __DEBUG_TEST_H__ */