BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / file_systems / bindfs / kernel_interface.h
blobdff8e6d99bd601a2cba02477a2ee578e0c0a0267
1 /*
2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
4 */
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