xref: /rk3399_rockchip-uboot/include/mtd_blk.h (revision cfcc706c901d603707657919484e4f65467be9ff)
1 /* SPDX-License-Identifier:     GPL-2.0+ */
2 /*
3  * (C) Copyright 2019 Rockchip Electronics Co., Ltd
4  */
5 
6 #ifndef _MTD_BLK_H_
7 #define _MTD_BLK_H_
8 
9 /**
10  * mtd_part_parse() - Parse the block part info to mtd part info
11  *
12  * @return mtd part info. If fail, return NULL
13  */
14 char *mtd_part_parse(void);
15 
16 #endif
17