/* * Copyright 2011, Oliver Tappe * Distributed under the terms of the MIT License. */ #ifndef KERNEL_INTERFACE_H #define KERNEL_INTERFACE_H #include extern fs_volume_ops gBindFSVolumeOps; extern fs_vnode_ops gBindFSVnodeOps; #endif // KERNEL_INTERFACE_H