13 lines
266 B
C
13 lines
266 B
C
|
/*
|
||
|
* Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_PPC_INT_H
|
||
|
#define _KERNEL_ARCH_PPC_INT_H
|
||
|
|
||
|
|
||
|
#define NUM_IO_VECTORS 256
|
||
|
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_PPC_INT_H */
|