vfsfwd.hpp 192 B

123456789101112131415161718
  1. #pragma once
  2. namespace fs {
  3. // in dentry.hpp
  4. struct dcache;
  5. struct dentry;
  6. // in filearray.hpp
  7. class file_array;
  8. // in inode.hpp
  9. struct inode;
  10. // in vfs.hpp
  11. class vfs;
  12. } // namespace fs