about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/rootfs.h
blob: 7271deaaffbe29dee82f821851dd138bd88ae9ea (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ROOTFS_H
#define ROOTFS_H

#include "fs.h"

FileSystemNode* initializeRootFS();

#endif // ROOTFS_H