Trust uboot's device list only if it does not look suspicious.
[AROS.git] / compiler / alib / asmdeletepool.c
blob01b6e37d131f6d956298aa867eef8c07e589a6cc
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Simply call the exec function
6 Lang: english
7 */
8 #define AROS_TAGRETURNTYPE APTR
10 #include "alib_intern.h"
12 /*****************************************************************************
14 NAME */
15 #define NO_INLINE_STDARG /* turn off inline def */
16 #include <proto/exec.h>
18 AROS_UFH2(void, AsmDeletePool,
20 /* SYNOPSIS */
21 AROS_UFHA(APTR, poolHeader, A0),
22 AROS_UFHA(struct ExecBase *, SysBase, A6))
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 HISTORY
42 *****************************************************************************/
44 AROS_USERFUNC_INIT
45 DeletePool(poolHeader);
46 AROS_USERFUNC_EXIT
47 } /* AsmDeletePool */