Minor fixes to comments.
[AROS.git] / rom / kernel / unmapglobal.c
blob43254366a668f2c7cd865bebd6d02ed4b7d03394
1 #include <aros/kernel.h>
2 #include <aros/libcall.h>
4 #include <kernel_base.h>
6 /*****************************************************************************
8 NAME */
9 #include <proto/kernel.h>
11 AROS_LH2I(int, KrnUnmapGlobal,
13 /* SYNOPSIS */
14 AROS_LHA(void *, virtual, A0),
15 AROS_LHA(uint32_t, length, D0),
17 /* LOCATION */
18 struct KernelBase *, KernelBase, 17, Kernel)
20 /* FUNCTION
22 INPUTS
24 RESULT
26 NOTES
28 EXAMPLE
30 BUGS
32 SEE ALSO
34 INTERNALS
36 ******************************************************************************/
38 AROS_LIBFUNC_INIT
40 return 0;
42 AROS_LIBFUNC_EXIT