xref: /haiku/headers/private/kernel/arch/ppc/arch_int.h (revision b20667b35b3effbc937914eba73761f43cc7520d)
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_PPC_INT_H
6 #define _KERNEL_ARCH_PPC_INT_H
7 
8 
9 #define NUM_IO_VECTORS	256
10 
11 
12 #endif /* _KERNEL_ARCH_PPC_INT_H */
13