/*
	FS1541

	main.h

*/

void entry(void);

extern struct Task *ourtask;
extern struct MsgPort *ourport;

extern struct FileSysStartupMsg *fssm;

