1bb1325a3SFrançois Revol /* 2*c34046baSDavid Karoly * Copyright 2005-2022, Haiku Inc. All rights reserved. 3bb1325a3SFrançois Revol * Distributed under the terms of the MIT License. 4bb1325a3SFrançois Revol * 5bb1325a3SFrançois Revol * Authors: 6bb1325a3SFrançois Revol * Axel Dörfler <axeld@pinc-software.de> 7bb1325a3SFrançois Revol * Ingo Weinhold <bonefish@cs.tu-berlin.de> 8bb1325a3SFrançois Revol * Johannes Wischert <johanneswi@gmail.com> 9bb1325a3SFrançois Revol */ 10e59aab09SIthamar R. Adema #ifndef _KERNEL_ARCH_ARM_INT_H 11e59aab09SIthamar R. Adema #define _KERNEL_ARCH_ARM_INT_H 12bb1325a3SFrançois Revol 13bb1325a3SFrançois Revol #include <SupportDefs.h> 14bb1325a3SFrançois Revol 15*c34046baSDavid Karoly #define NUM_IO_VECTORS 1024 16e59aab09SIthamar R. Adema 17e59aab09SIthamar R. Adema #endif /* _KERNEL_ARCH_ARM_INT_H */ 18