Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2369 → Rev 2370

/branches/fs/uspace/fs/fs.h
0,0 → 1,20
/* This is the master header for fs. It includes some other files
* and defines the principal constants.
*/
 
#ifndef _FS_H
#define _FS_H
 
#include <ipc/ipc.h>
#include <stdio.h>
#include <stdlib.h>
#include "../share/base_const.h"
 
#include "limits.h"
#include "errno.h"
#include "const.h"
#include "type.h"
#include "proto.h"
#include "glo.h"
 
#endif /* _FS_H */