/* * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #ifndef KERNEL_INTERFACE_H #define KERNEL_INTERFACE_H #include <fs_interface.h> extern fs_volume_ops gUserlandFSVolumeOps; extern fs_vnode_ops gUserlandFSVnodeOps; #endif // KERNEL_INTERFACE_H