W.I.P AROS port of SDI examples
[AROS.git] / rom / filesys / pfs3 / fs / entrypoint.c
blob094930bd854227a2110e206523695d830209eee1
1 /* Entrypoint of the filesystem */
2 void __saveds EntryPoint(void);
3 int entrypoint(void)
5 /* NG systems (at least MorphOS) manages without SwapSwap - so just enter the FS */
6 EntryPoint();
7 return 0;