/* * $Id$ */ #ifndef MINIXFS_H_ #define MINIXFS_H_ class FileSystem; extern FileSystem* filesystems[]; extern unsigned int filesystem_count; #endif