loader: remove shouting from ORB's variable name
[hvf.git] / cp / include / bdev.h
blobb3e41880ab9899e2adc4522d304f4d73f0c88f91
1 /*
2 * (C) Copyright 2007-2011 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 * This file is released under the GPLv2. See the COPYING file for more
5 * details.
6 */
8 #ifndef __BDEV_H
9 #define __BDEV_H
11 extern int bdev_read_block(struct device *dev, void *buf, int lba);
13 #endif