Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/netwinder/include Add remaining int_* wrappers.
details: https://anonhg.NetBSD.org/src/rev/befe618d21c0
branches: trunk
changeset: 508753:befe618d21c0
user: kleink <kleink%NetBSD.org@localhost>
date: Thu Apr 19 08:13:53 2001 +0000
description:
Add remaining int_* wrappers.
diffstat:
sys/arch/netwinder/include/Makefile | 5 +++--
sys/arch/netwinder/include/int_fmtio.h | 3 +++
sys/arch/netwinder/include/int_limits.h | 3 +++
3 files changed, 9 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r b20b8669593a -r befe618d21c0 sys/arch/netwinder/include/Makefile
--- a/sys/arch/netwinder/include/Makefile Thu Apr 19 08:12:45 2001 +0000
+++ b/sys/arch/netwinder/include/Makefile Thu Apr 19 08:13:53 2001 +0000
@@ -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 @@
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 \
diff -r b20b8669593a -r befe618d21c0 sys/arch/netwinder/include/int_fmtio.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/netwinder/include/int_fmtio.h Thu Apr 19 08:13:53 2001 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: int_fmtio.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
+
+#include <arm/int_fmtio.h>
diff -r b20b8669593a -r befe618d21c0 sys/arch/netwinder/include/int_limits.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/netwinder/include/int_limits.h Thu Apr 19 08:13:53 2001 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: int_limits.h,v 1.1 2001/04/19 08:13:53 kleink Exp $ */
+
+#include <arm/int_limits.h>
Home |
Main Index |
Thread Index |
Old Index