panthema / 2006 / SDIOS06 / sdios06 / src / minixfs / minixfs.h (Download File)
/*
 * $Id$
 */
#ifndef MINIXFS_H_
#define MINIXFS_H_

class FileSystem;

extern FileSystem* filesystems[];
extern unsigned int filesystem_count;

#endif