prism2.device: Compiler delint
[AROS.git] / arch / arm-native / ceboot / filesystem.h
blobf8c38af823a3da2bad39d6459724c99d07267680
1 /*
2 Copyright © 2010-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Declarations of filesystem-related routines
6 Lang: english
7 */
9 char *namepart(char *name);
10 FILE *file_open (const char *filename, const char *mode);
11 int SetLog(const char *filename);