mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 05:29:10 -04:00
12 lines
302 B
C
12 lines
302 B
C
/* $NetBSD: int_const.h,v 1.1 2001/04/30 13:41:32 uch Exp $ */
|
|
|
|
#if defined ARM
|
|
#include "../../../../arm/include/int_const.h"
|
|
#elif defined MIPS
|
|
#include "../../../../mips/include/int_const.h"
|
|
#elif defined SHx
|
|
#include "../../../../sh3/include/int_const.h"
|
|
#else
|
|
#error "unknown architecture"
|
|
#endif
|