Squash commits for public release
This commit is contained in:
9
kernel/include/drivers/storage/ramdisk.h
Normal file
9
kernel/include/drivers/storage/ramdisk.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _KERNEL_DRIVERS_STORAGE_RAMDISK_H
|
||||
#define _KERNEL_DRIVERS_STORAGE_RAMDISK_H
|
||||
|
||||
#include <drivers/driver_manager.h>
|
||||
#include <libkern/types.h>
|
||||
|
||||
void ramdisk_install();
|
||||
|
||||
#endif //_KERNEL_DRIVERS_STORAGE_RAMDISK_H
|
||||
Reference in New Issue
Block a user