White space fixes, detab.
[AROS.git] / rom / kernel / setprotection.c
blobc603f2ca3a48ac8ddc4b6c343db7057b4ac1249b
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_LH3I(void, KrnSetProtection,
13 /* SYNOPSIS */
14 AROS_LHA(void *, address, A0),
15 AROS_LHA(uint32_t, length, D0),
16 AROS_LHA(KRN_MapAttr, flags, D1),
18 /* LOCATION */
19 struct KernelBase *, KernelBase, 21, Kernel)
21 /* FUNCTION
23 INPUTS
25 RESULT
27 NOTES
29 EXAMPLE
31 BUGS
33 SEE ALSO
35 INTERNALS
37 ******************************************************************************/
39 AROS_LIBFUNC_INIT
41 AROS_LIBFUNC_EXIT