More fill-in

This commit is contained in:
matt 2001-02-26 03:09:23 +00:00
parent fff9126df5
commit 416614582a
8 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,3 @@
/* $NetBSD: aout_machdep.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#include <arm/aout_machdep.h>

View File

@ -0,0 +1,3 @@
/* $NetBSD: bswap.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#include <arm/bswap.h>

View File

@ -0,0 +1,4 @@
/* $NetBSD: db_machdep.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#include <arm/db_machdep.h>

View File

@ -0,0 +1,3 @@
/* $NetBSD: disklabel.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#include <arm/disklabel.h>

View File

@ -0,0 +1,3 @@
/* $NetBSD: elf_machdep.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#include <arm/elf_machdep.h>

View File

@ -0,0 +1,3 @@
/* $NetBSD: int_types.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#include <arm/int_types.h>

View File

@ -0,0 +1,3 @@
/* $NetBSD: profile.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#include <arm/profile.h>

View File

@ -0,0 +1,11 @@
/* $NetBSD: types.h,v 1.1 2001/02/26 03:09:23 matt Exp $ */
#ifndef _ARM32_TYPES_H_
#define _ARM32_TYPES_H_
#include <arm/types.h>
#define __HAVE_DEVICE_REGISTER
#define __HAVE_NWSCONS
#endif