mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 20:33:16 +01:00
Some more minor changes.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#ifndef __BLOCK_DEV_H__
|
||||
#define __BLOCK_DEV_H__
|
||||
|
||||
void bdev_open(void);
|
||||
void bdev_readpage(unsigned long offset, void *buf);
|
||||
void bdev_writepage(unsigned long offset, void *buf);
|
||||
|
||||
#endif /* __BLOCK_DEV_H__ */
|
||||
Reference in New Issue
Block a user