aboutsummaryrefslogtreecommitdiff
path: root/fs/partitions/blkdev_parts.h
blob: e6c5d40ed769e9c420a227716fa0705ce54dd104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *
 * Copyright (C) ST-Ericsson SA 2010
 *
 * Author: Ulf Hansson <ulf.hansson@stericsson.com> for ST-Ericsson
 * License terms: GNU General Public License (GPL) version 2
 *
 * Create partitions for block devices by reading from the kernel
 * command line (kernel boot arguments).
 *
 */

int blkdev_partition(struct parsed_partitions *state, struct block_device *bdev);