5629675a32
Gets the stage0 bootstrap to run. Imlementation is probably nonsense at this point. Change-Id: I10876efbb54314b864c0ad951152757cdb2fd366 Reviewed-on: https://review.haiku-os.org/c/1061 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
19 lines
428 B
C
19 lines
428 B
C
/*
|
|
* Copyright 2005-2019, 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>
|
|
* Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
*/
|
|
#ifndef _KERNEL_ARCH_SPARC_INT_H
|
|
#define _KERNEL_ARCH_SPARC_INT_H
|
|
|
|
#include <SupportDefs.h>
|
|
|
|
#define NUM_IO_VECTORS 256
|
|
|
|
|
|
#endif /* _KERNEL_ARCH_SPARC_INT_H */
|