repo.or.cz
/
openbios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Switch SPARC32 page tables over to use OFMEM's ofmem_posix_memalign() rather than...
[openbios.git]
/
arch
/
unix
/
blk.h
blob
aa3b96560ac762930a4c181662eecc130efdee7d
1
2
#ifndef _H_BLK
3
#define _H_BLK
4
5
extern
void
blk_init
(
void
);
6
extern
int
read_from_disk
(
int
channel
,
int
unit
,
int
blk
,
unsigned long
mphys
,
int
size
);
7
8
#endif
/* _H_BLK */