mirror of
https://review.haiku-os.org/haiku
synced 2025-02-15 10:08:36 +01:00
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com> aarch64 -> arm64 and coding style fixes by me.
16 lines
298 B
C
16 lines
298 B
C
/*
|
|
* Copyright 2018, Jaroslaw Pelczar <jarek@jpelczar.com>
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef _KERNEL_ARCH_ARM64_ARCH_INT_H_
|
|
#define _KERNEL_ARCH_ARM64_ARCH_INT_H_
|
|
|
|
|
|
#include <SupportDefs.h>
|
|
|
|
|
|
#define NUM_IO_VECTORS 1024
|
|
|
|
|
|
#endif /* _KERNEL_ARCH_ARM64_ARCH_INT_H_ */
|