53da57c30e70195a02d393b1974d545f1e51f2dc
[bertos.git] / cfg / 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 README.devlib 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.4  2006/07/19 12:56:25  bernie
19  *#* Convert to new Doxygen style.
20  *#*
21  *#* Revision 1.3  2006/02/24 00:27:56  bernie
22  *#* Remove #error to allow compiling local demo.
23  *#*
24  *#* Revision 1.2  2005/11/04 16:20:01  bernie
25  *#* Fix reference to README.devlib in header.
26  *#*
27  *#* Revision 1.1  2005/04/11 19:04:13  bernie
28  *#* Move top-level headers to cfg/ subdir.
29  *#*
30  *#* Revision 1.3  2004/08/25 14:12:08  rasky
31  *#* Aggiornato il comment block dei log RCS
32  *#*
33  *#* Revision 1.2  2004/06/03 11:27:09  bernie
34  *#* Add dual-license information.
35  *#*
36  *#* Revision 1.1  2004/05/23 17:48:35  bernie
37  *#* Add top-level files.
38  *#*
39  *#*/
40
41 #ifndef ARCH_CONFIG_H
42 #define ARCH_CONFIG_H
43
44 /**
45  * \name Architectures
46  * \{
47  */
48 #define ARCH_FOO     (1<<0)
49 #define ARCH_BAR     (1<<1)
50 #define ARCH_EMUL    (1<<8)
51 /*\}*/
52
53 #endif /* ARCH_CONFIG_H */