2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <aros/kernel.h>
9 #include <aros/libcall.h>
11 #include <kernel_base.h>
13 /*****************************************************************************
16 #include <proto/kernel.h>
18 AROS_LH4I(int, KrnMapGlobal
,
21 AROS_LHA(void *, virtual, A0
),
22 AROS_LHA(void *, physical
, A1
),
23 AROS_LHA(uint32_t, length
, D0
),
24 AROS_LHA(KRN_MapAttr
, flags
, D1
),
27 struct KernelBase
*, KernelBase
, 16, Kernel
)
45 ******************************************************************************/