2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
5 #ifndef KERNEL_INTERFACE_H
6 #define KERNEL_INTERFACE_H
9 #include <fs_interface.h>
12 extern fs_volume_ops gBindFSVolumeOps
;
13 extern fs_vnode_ops gBindFSVnodeOps
;
16 #endif // KERNEL_INTERFACE_H