⛏️ index : haiku.git

/*
 * 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 gPackageFSVolumeOps;
extern fs_vnode_ops gPackageFSVnodeOps;


#endif	// KERNEL_INTERFACE_H