partition_dumchar.h 700 B

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