White space fixes, detab.
[AROS.git] / rom / kernel / mapglobal.c
blob80bcc3794269e56f25a487a33b1e453e6a0ecbe6
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_LH4I(int, KrnMapGlobal,
13 /* SYNOPSIS */
14 AROS_LHA(void *, virtual, A0),
15 AROS_LHA(void *, physical, A1),
16 AROS_LHA(uint32_t, length, D0),
17 AROS_LHA(KRN_MapAttr, flags, D1),
19 /* LOCATION */
20 struct KernelBase *, KernelBase, 16, Kernel)
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
38 ******************************************************************************/
40 AROS_LIBFUNC_INIT
42 return 0;
44 AROS_LIBFUNC_EXIT