dm: Add a new header for block devices
authorSimon Glass <sjg@chromium.org>
Mon, 29 Feb 2016 22:25:39 +0000 (15:25 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
commit1a73661bc7a7ad2d741f7d7519872ca18231598c
treeba8fe6e6310397ec39c523220a6095d6ebba8033
parent481922f14a4801bd5abfb90705ebcaf76bd90df8
dm: Add a new header for block devices

At present block devices are tied up with partitions. But not all block
devices have partitions within them. They are in fact separate concepts.

Create a separate blk.h header file for block devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
include/blk.h [new file with mode: 0644]
include/ide.h
include/part.h