xref: /haiku/headers/private/kernel/arch/riscv64/arch_int.h (revision 1f0635d2277dcd0818dc7f539c1cb1b296f6444b)
1 /*
2  * Copyright 2005-2019, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  * 		Axel Dörfler <axeld@pinc-software.de>
7  * 		Ingo Weinhold <bonefish@cs.tu-berlin.de>
8  */
9 #ifndef _KERNEL_ARCH_RISCV64_INT_H
10 #define _KERNEL_ARCH_RISCV64_INT_H
11 
12 #include <SupportDefs.h>
13 
14 #define NUM_IO_VECTORS	256
15 
16 #endif /* _KERNEL_ARCH_RISCV64_INT_H */
17