Switch SPARC32 page tables over to use OFMEM's ofmem_posix_memalign() rather than...
[openbios.git] / arch / unix / blk.h
blobaa3b96560ac762930a4c181662eecc130efdee7d
2 #ifndef _H_BLK
3 #define _H_BLK
5 extern void blk_init( void );
6 extern int read_from_disk( int channel, int unit, int blk, unsigned long mphys, int size );
8 #endif /* _H_BLK */