Add dual-license information.
[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.2  2004/06/03 11:27:09  bernie
19  * Add dual-license information.
20  *
21  * Revision 1.1  2004/05/23 17:48:35  bernie
22  * Add top-level files.
23  *
24  */
25
26 #ifndef ARCH_CONFIG_H
27 #define ARCH_CONFIG_H
28
29 /*!
30  * \name Architectures
31  * \{
32  */
33 #error Add project-specific architectures
34 #define ARCH_FOO     (1<<0)
35 #define ARCH_BAR     (1<<1)
36 #define ARCH_EMUL    (1<<8)
37 /*\}*/
38
39 #endif /* ARCH_CONFIG_H */