My Kernel
v0.1.0
ramdisk.h
1
11
#ifndef KERNEL_DEVICES_RAMDISK_H
12
#define KERNEL_DEVICES_RAMDISK_H
13
14
#include <
kernel/error.h
>
15
#include <kernel/types.h>
16
19
struct
device
*ramdisk_create(
const
char
*
name
, paddr_t start,
size_t
size);
20
21
#endif
/* KERNEL_DEVICES_RAMDISK_H */
error.h
device
Represents a device inside the kernel.
Definition:
device.h:78
device::name
const char * name
The name of the device.
Definition:
device.h:82
include
kernel
devices
ramdisk.h
Generated by
1.9.5