8 lines
132 B
C
8 lines
132 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include <stddef.h>
|
||
|
#include <kernel/vfs.h>
|
||
|
|
||
|
extern fs_node_t * ramdisk_mount(uintptr_t, size_t);
|