Add remaining int_* wrappers.

This commit is contained in:
kleink 2001-04-19 08:13:53 +00:00
parent cd488b4e25
commit 622af9d8c2
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2001/04/19 07:11:00 matt Exp $
# $NetBSD: Makefile,v 1.2 2001/04/19 08:13:53 kleink Exp $
KDIR= /sys/arch/netwinder/include
INCSDIR= /usr/include/arm/netwinder
@ -9,7 +9,8 @@ INCS= ansi.h aout_machdep.h asm.h \
db_machdep.h disklabel.h disklabel_acorn.h \
elf_machdep.h endian.h endian_machdep.h \
float.h fp.h frame.h \
ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h ipkdb.h irqhandler.h \
joystick.h \
katelib.h \

View File

@ -0,0 +1,3 @@
/* $NetBSD: int_fmtio.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
#include <arm/int_fmtio.h>

View File

@ -0,0 +1,3 @@
/* $NetBSD: int_limits.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
#include <arm/int_limits.h>