/* * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #ifndef CHECK_SUM_FS_PRIVATE_H #define CHECK_SUM_FS_PRIVATE_H #include <fs_interface.h> extern fs_volume_ops gCheckSumFSVolumeOps; extern fs_vnode_ops gCheckSumFSVnodeOps; #endif // CHECK_SUM_FS_PRIVATE_H