2 Copyright © 2017, The AROS Development Team. All rights reserved.
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
11 #include <kernel_debug.h>
13 /*****************************************************************************
16 #include <proto/kernel.h>
18 AROS_LH2(ULONG
, KrnModifyIRQA
,
21 AROS_LHA(ULONG
, irq
, D0
),
22 AROS_LHA(struct TagItem
*, attribs
, A0
),
25 struct KernelBase
*, KernelBase
, 39, Kernel
)
28 Modify an IRQ using the passed in tags.
44 ******************************************************************************/
48 /* The implementation of this function is architecture-specific */