/* Original code (c) Acorn Computers Ltd, 1992-3 */

/* $Id: h.fs 3.1 93/03/09 23:31:24 brian Exp $ */
/* #define RISCOS3ONLY */

/*
        All the RISC OS FS includes necessary
*/
#ifndef __FS_H
#define __FS_H

/* #define DEBUG */

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "kernel.h"
#include "swis.h"
#include "Interface.h"
#include "ModuleWrap.h"
#include "util.h"
#include "core.h"

void normalise( FileEntry **dir, char **name );
_kernel_oserror *reportusage( char * );

#endif
