summaryrefslogtreecommitdiffstats
path: root/src/roms/openbios/arch/unix/blk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roms/openbios/arch/unix/blk.h')
-rw-r--r--src/roms/openbios/arch/unix/blk.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/roms/openbios/arch/unix/blk.h b/src/roms/openbios/arch/unix/blk.h
new file mode 100644
index 0000000..aa3b965
--- /dev/null
+++ b/src/roms/openbios/arch/unix/blk.h
@@ -0,0 +1,8 @@
+
+#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 */
OpenPOWER on IntegriCloud