00001 00002 /* 00003 * Copyright (c) 2006-2010 by Roland Riegel <feedback@roland-riegel.de> 00004 * 00005 * This file is free software; you can redistribute it and/or modify 00006 * it under the terms of either the GNU General Public License version 2 00007 * or the GNU Lesser General Public License version 2.1, both as 00008 * published by the Free Software Foundation. 00009 */ 00010 00011 #ifndef PARTITION_CONFIG_H 00012 #define PARTITION_CONFIG_H 00013 00014 #ifdef __cplusplus 00015 extern "C" 00016 { 00017 #endif 00018 00019 /** 00020 * \addtogroup partition 00021 * 00022 * @{ 00023 */ 00024 /** 00025 * \file 00026 * Partition configuration (license: GPLv2 or LGPLv2.1) 00027 */ 00028 00029 /** 00030 * \ingroup partition_config 00031 * Maximum number of partition handles. 00032 */ 00033 #define PARTITION_COUNT 1 00034 00035 /** 00036 * @} 00037 */ 00038 00039 #ifdef __cplusplus 00040 } 00041 #endif 00042 00043 #endif 00044
1.5.6