mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 03:43:15 +01:00
Initial commit
This commit is contained in:
8
tasks/fs0/include/bdev.h
Normal file
8
tasks/fs0/include/bdev.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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