loader: remove shouting from ORB's variable name
[hvf.git] / cp / include / bcache.h
blob23340e1c09bf85ba24c591c1bb4fb173331698b4
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 __BCACHE_H
9 #define __BCACHE_H
11 #include <edf.h>
13 extern int bcache_add(struct file *file, int level, u32 blk, u32 lba);
14 extern void *bcache_read(struct file *file, int level, u32 blk);
16 #endif