PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
ramfs.h File Reference
#include <kernel/fs/dentry.h>
#include <kernel/fs/inode.h>
#include <kernel/fs/superblock.h>
#include <boot/boot_info.h>
#include <sys/io.h>
#include <sys/list.h>
Include dependency graph for ramfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ramfs_superblock_data_t
 Superblock private data for ramfs. More...
 

Macros

#define RAMFS_NAME   "ramfs"
 The name of the ramfs filesystem.
 

Functions

void ramfs_init (void)
 Registers the ramfs filesystem and mounts it as the root filesystem.