Mercurial > pihelp
comparison partition_config.h @ 30:320c8cc7df5a
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 27 Jun 2013 00:12:01 +0800 |
parents | 5f9a40d6991b |
children |
comparison
equal
deleted
inserted
replaced
29:22badb6239e0 | 30:320c8cc7df5a |
---|---|
1 | |
2 /* | |
3 * Copyright (c) 2006-2012 by Roland Riegel <[email protected]> | |
4 * | |
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 | |
7 * or the GNU Lesser General Public License version 2.1, both as | |
8 * published by the Free Software Foundation. | |
9 */ | |
10 | |
11 #ifndef PARTITION_CONFIG_H | |
12 #define PARTITION_CONFIG_H | |
13 | |
14 #ifdef __cplusplus | |
15 extern "C" | |
16 { | |
17 #endif | |
18 | |
19 /** | |
20 * \addtogroup partition | |
21 * | |
22 * @{ | |
23 */ | |
24 /** | |
25 * \file | |
26 * Partition configuration (license: GPLv2 or LGPLv2.1) | |
27 */ | |
28 | |
29 /** | |
30 * \ingroup partition_config | |
31 * Maximum number of partition handles. | |
32 */ | |
33 #define PARTITION_COUNT 1 | |
34 | |
35 /** | |
36 * @} | |
37 */ | |
38 | |
39 #ifdef __cplusplus | |
40 } | |
41 #endif | |
42 | |
43 #endif | |
44 |