| 12345678910111213141516171819202122 |
- /*
- * Copyright (C) 2015 MediaTek Inc.
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
- #include <linux/module.h>
- #if defined(CONFIG_MTK_TLC_NAND_SUPPORT)
- #include "partition_define_tlc.h"
- #else
- #include "partition_define_mlc.h"
- #endif
- struct excel_info PartInfo[PART_MAX_COUNT];
- EXPORT_SYMBOL(PartInfo);
|