alsa.audio: limit the supported frequencies to common set
[AROS.git] / workbench / libs / reqtools / rtlockprefs.c
blob9c85e76b6a1c169ee44e28b4e9ba9c69d648fccf
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #include <exec/types.h>
10 #include <proto/exec.h>
11 #include <proto/reqtools.h>
12 #include <proto/intuition.h>
13 #include <exec/libraries.h>
14 #include <exec/memory.h>
15 #include <aros/libcall.h>
16 #include "reqtools_intern.h"
17 #include "general.h"
18 #include "rtfuncs.h"
20 /*****************************************************************************
22 NAME */
24 AROS_LH0(struct ReqToolsPrefs *, rtLockPrefs,
26 /* SYNOPSIS */
28 /* LOCATION */
30 struct ReqToolsBase *, ReqToolsBase, 28, ReqTools)
32 /* FUNCTION
34 INPUTS
36 RESULT
38 NOTES
40 EXAMPLE
42 BUGS
44 SEE ALSO
46 rtUnlockPrefs()
48 INTERNALS
50 HISTORY
52 ******************************************************************************/
54 AROS_LIBFUNC_INIT
56 return RTFuncs_LockPrefs(ReqToolsBase);
58 AROS_LIBFUNC_EXIT
60 } /* rtLockPrefs */