Update to Doxygen 1.4.1.
[bertos.git] / arch_config.h
1 /*!
2  * \file
3  * <!--
4  * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/)
5  * Copyright 2001,2002,2003 Bernardo Innocenti <bernie@codewiz.org>
6  * This file is part of DevLib - See devlib/README for information.
7  * -->
8  *
9  * \version $Id$
10  *
11  * \author Bernardo Innocenti <bernie@develer.com>
12  *
13  * \brief Set system configuration
14  */
15
16 /*#*
17  *#* $Log$
18  *#* Revision 1.3  2004/08/25 14:12:08  rasky
19  *#* Aggiornato il comment block dei log RCS
20  *#*
21  *#* Revision 1.2  2004/06/03 11:27:09  bernie
22  *#* Add dual-license information.
23  *#*
24  *#* Revision 1.1  2004/05/23 17:48:35  bernie
25  *#* Add top-level files.
26  *#*
27  *#*/
28
29 #ifndef ARCH_CONFIG_H
30 #define ARCH_CONFIG_H
31
32 /*!
33  * \name Architectures
34  * \{
35  */
36 #error Add project-specific architectures
37 #define ARCH_FOO     (1<<0)
38 #define ARCH_BAR     (1<<1)
39 #define ARCH_EMUL    (1<<8)
40 /*\}*/
41
42 #endif /* ARCH_CONFIG_H */