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 * Adrien Destugues <pulkomandy@pulkomandy.tk> 9 */ 10 #ifndef _KERNEL_ARCH_SPARC_INT_H 11 #define _KERNEL_ARCH_SPARC_INT_H 12 13 #include <SupportDefs.h> 14 15 #define NUM_IO_VECTORS 256 16 17 18 #endif /* _KERNEL_ARCH_SPARC_INT_H */ 19