repo.or.cz
/
hvf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loader: remove shouting from ORB's variable name
[hvf.git]
/
cp
/
include
/
bdev.h
blob
b3e41880ab9899e2adc4522d304f4d73f0c88f91
1
/*
2
* (C) Copyright 2007-2011 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
3
*
4
* This file is released under the GPLv2. See the COPYING file for more
5
* details.
6
*/
7
8
#ifndef __BDEV_H
9
#define __BDEV_H
10
11
extern
int
bdev_read_block
(
struct
device
*
dev
,
void
*
buf
,
int
lba
);
12
13
#endif