mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
Initial commit
This commit is contained in:
10
tasks/blkdev0/src/init.c
Normal file
10
tasks/blkdev0/src/init.c
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
#include <blkdev.h>
|
||||
#include <ramdisk.h>
|
||||
|
||||
|
||||
void init_blkdev(void)
|
||||
{
|
||||
ramdisk.ops.open(&ramdisk);
|
||||
}
|
||||
Reference in New Issue
Block a user