2009-07-27 20:23:08 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2005-2009, Haiku Inc. All rights reserved.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*
|
|
|
|
* Authors:
|
|
|
|
* Axel Dörfler <axeld@pinc-software.de>
|
|
|
|
* Ingo Weinhold <bonefish@cs.tu-berlin.de>
|
|
|
|
* Johannes Wischert <johanneswi@gmail.com>
|
|
|
|
*/
|
2011-03-14 16:48:21 +03:00
|
|
|
#ifndef _KERNEL_ARCH_ARM_INT_H
|
|
|
|
#define _KERNEL_ARCH_ARM_INT_H
|
2009-07-27 20:23:08 +04:00
|
|
|
|
|
|
|
#include <SupportDefs.h>
|
|
|
|
|
|
|
|
#define NUM_IO_VECTORS 256
|
2011-03-14 16:48:21 +03:00
|
|
|
|
|
|
|
#endif /* _KERNEL_ARCH_ARM_INT_H */
|