1 |
|
1 |
|
2 |
/* |
2 |
/* |
3 |
* Copyright (c) 2006-2007 by Roland Riegel <feedback@roland-riegel.de> |
3 |
* Copyright (c) 2006-2007 by Roland Riegel <feedback@roland-riegel.de> |
4 |
* |
4 |
* |
5 |
* This file is free software; you can redistribute it and/or modify |
5 |
* This file is free software; you can redistribute it and/or modify |
6 |
* it under the terms of either the GNU General Public License version 2 |
6 |
* it under the terms of either the GNU General Public License version 2 |
7 |
* or the GNU Lesser General Public License version 2.1, both as |
7 |
* or the GNU Lesser General Public License version 2.1, both as |
8 |
* published by the Free Software Foundation. |
8 |
* published by the Free Software Foundation. |
9 |
*/ |
9 |
*/ |
10 |
|
10 |
|
11 |
#ifndef PARTITION_CONFIG_H |
11 |
#ifndef PARTITION_CONFIG_H |
12 |
#define PARTITION_CONFIG_G |
12 |
#define PARTITION_CONFIG_G |
13 |
|
13 |
|
14 |
/** |
14 |
/** |
15 |
* \addtogroup partition |
15 |
* \addtogroup partition |
16 |
* |
16 |
* |
17 |
* @{ |
17 |
* @{ |
18 |
*/ |
18 |
*/ |
19 |
/** |
19 |
/** |
20 |
* \file |
20 |
* \file |
21 |
* Partition configuration (license: GPLv2 or LGPLv2.1) |
21 |
* Partition configuration (license: GPLv2 or LGPLv2.1) |
22 |
*/ |
22 |
*/ |
23 |
|
23 |
|
24 |
/** |
24 |
/** |
25 |
* \ingroup partition_config |
25 |
* \ingroup partition_config |
26 |
* Maximum number of partition handles. |
26 |
* Maximum number of partition handles. |
27 |
*/ |
27 |
*/ |
28 |
#define PARTITION_COUNT 1 |
28 |
#define PARTITION_COUNT 1 |
29 |
|
29 |
|
30 |
/** |
30 |
/** |
31 |
* @} |
31 |
* @} |
32 |
*/ |
32 |
*/ |
33 |
|
33 |
|
34 |
#endif |
34 |
#endif |
35 |
|
35 |
|