/* * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _KERNEL_ARCH_x86_INT_H #define _KERNEL_ARCH_x86_INT_H #define ARCH_INTERRUPT_BASE 0x20 #define NUM_IO_VECTORS (256 - ARCH_INTERRUPT_BASE) #endif /* _KERNEL_ARCH_x86_INT_H */