summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/arch/unix/blk.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/openbios/arch/unix/blk.h')
-rw-r--r--qemu/roms/openbios/arch/unix/blk.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu/roms/openbios/arch/unix/blk.h b/qemu/roms/openbios/arch/unix/blk.h
deleted file mode 100644
index aa3b96560..000000000
--- a/qemu/roms/openbios/arch/unix/blk.h
+++ /dev/null
@@ -1,8 +0,0 @@
-
-#ifndef _H_BLK
-#define _H_BLK
-
-extern void blk_init( void );
-extern int read_from_disk( int channel, int unit, int blk, unsigned long mphys, int size );
-
-#endif /* _H_BLK */