xref: /haiku/headers/private/kernel/arch/x86/arch_int.h (revision 4f00613311d0bd6b70fa82ce19931c41f071ea4e)
1 /*
2  * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_x86_INT_H
6 #define _KERNEL_ARCH_x86_INT_H
7 
8 
9 #define ARCH_INTERRUPT_BASE	0x20
10 #define NUM_IO_VECTORS		(256 - ARCH_INTERRUPT_BASE)
11 
12 
13 #endif /* _KERNEL_ARCH_x86_INT_H */
14