use the locations specified in the bcm2708_boot header
[AROS.git] / rom / kernel / unmapglobal.c
blobb4ef656cb0f50c7a21bbc737bd0bcdd5b795b544
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/kernel.h>
9 #include <aros/libcall.h>
11 #include <kernel_base.h>
13 /*****************************************************************************
15 NAME */
16 #include <proto/kernel.h>
18 AROS_LH2I(int, KrnUnmapGlobal,
20 /* SYNOPSIS */
21 AROS_LHA(void *, virtual, A0),
22 AROS_LHA(uint32_t, length, D0),
24 /* LOCATION */
25 struct KernelBase *, KernelBase, 17, Kernel)
27 /* FUNCTION
29 INPUTS
31 RESULT
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 ******************************************************************************/
45 AROS_LIBFUNC_INIT
47 return 0;
49 AROS_LIBFUNC_EXIT