1/*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef KERNEL_INTERFACE_H
6#define KERNEL_INTERFACE_H
7
8#include <fs_interface.h>
9
10
11extern fs_volume_ops gUserlandFSVolumeOps;
12extern fs_vnode_ops gUserlandFSVnodeOps;
13
14
15#endif	// KERNEL_INTERFACE_H
16