fix __AROS_SETVECADDR invocations.
[AROS.git] / rom / kernel / modifyirq.c
blobe63a0a91d3aadd3a451b67260de7f6dff7596028
1 /*
2 Copyright © 2017, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
11 #include <kernel_debug.h>
13 /*****************************************************************************
15 NAME */
16 #include <proto/kernel.h>
18 AROS_LH2(ULONG, KrnModifyIRQA,
20 /* SYNOPSIS */
21 AROS_LHA(ULONG, irq, D0),
22 AROS_LHA(struct TagItem *, attribs, A0),
24 /* LOCATION */
25 struct KernelBase *, KernelBase, 39, Kernel)
27 /* FUNCTION
28 Modify an IRQ using the passed in tags.
30 INPUTS
32 RESULT
34 NOTES
36 EXAMPLE
38 BUGS
40 SEE ALSO
42 INTERNALS
44 ******************************************************************************/
46 AROS_LIBFUNC_INIT
48 /* The implementation of this function is architecture-specific */
49 return 0;
51 AROS_LIBFUNC_EXIT