about summary refs log blame commit diff stats
path: root/tools/iso/kernel.soso/devfs.h
blob: 19b90a330cef1b597e26e0823fdf4e696b14dd23 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                               
#ifndef DEVFS_H
#define DEVFS_H

#include "device.h"
#include "fs.h"
#include "common.h"

void initializeDevFS();
FileSystemNode* registerDevice(Device* device);

#endif // DEVFS_H