2 * block/partitions/rk.h
5 /* error message prefix */
6 #define ERRP "rkpart: "
12 printk("DEBUG-CMDLINE-PART: "); \
19 /* At least 1GB disk support*/
20 #define SECTOR_1G 0x200000
22 /* Default partition table offet got from loader: 4MB*/
23 #define FROM_OFFSET 0x2000
25 /* special size referring to all the remaining space in a partition */
26 #define SIZE_REMAINING UINT_MAX
27 #define OFFSET_CONTINUOUS UINT_MAX
34 struct cmdline_rk_partition {
35 struct cmdline_rk_partition *next;
38 struct rk_partition *parts;
40 int rkpart_partition(struct parsed_partitions *state);