expose the kernel spinlock to exec
[AROS.git] / workbench / prefs / screenmode / prefs.h
blob3cbbedca604687fa46b291a03e1a9b44d72d8ce1
1 /*
2 Copyright © 2010, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /*
7 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
8 $Id$
10 Desc:
11 Lang: English
14 #ifndef PREFS_H
15 #define PREFS_H
17 #include <prefs/serial.h>
18 #include <dos/dos.h>
20 /*********************************************************************************************/
22 BOOL Prefs_HandleArgs(STRPTR from, BOOL use, BOOL save);
23 BOOL Prefs_ImportFH(BPTR fh);
24 BOOL Prefs_ExportFH(BPTR fh);
25 BOOL Prefs_Default(VOID);
27 /*********************************************************************************************/
29 extern struct ScreenModePrefs screenmodeprefs;
31 /*********************************************************************************************/
33 #endif /* PREFS_H */