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
Implement new v3_memalloc romvec interface for allocating aligned memory.
[openbios.git]
/
drivers
/
floppy.h
blob
b0f30d555d6665c0dcdbdd30b3213913c34363fc
1
#ifndef FLOPPY_SUBR_H
2
#define FLOPPY_SUBR_H
3
4
int
floppy_init
(
void
);
5
int
floppy_read
(
char
*
dest
,
unsigned long
offset
,
unsigned long
length
);
6
void
floppy_fini
(
void
);
7
8
9
#endif
/* FLOPPY_SUBR_H */