diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-20 01:56:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-20 01:56:33 +0000 |
commit | a609729fa7becf2ca9ea0bb616e70e1ce25ba0fb (patch) | |
tree | d2094fcf725f8dfa3c0af8e888cfb495f408c146 /sys/arch/hppa | |
parent | 42a3bd05c8528684af78c4db9d3be6fcdebbb0a0 (diff) |
no need for these to sit in their own dirs, there not gonna be any sources there anyway, all code is in the particular bus adapter's source
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/eisa_machdep.h (renamed from sys/arch/hppa/eisa/eisa_machdep.h) | 6 | ||||
-rw-r--r-- | sys/arch/hppa/include/isa_machdep.h (renamed from sys/arch/hppa/isa/isa_machdep.h) | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/hppa/eisa/eisa_machdep.h b/sys/arch/hppa/include/eisa_machdep.h index 732812c416b..3cf39603577 100644 --- a/sys/arch/hppa/eisa/eisa_machdep.h +++ b/sys/arch/hppa/include/eisa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: eisa_machdep.h,v 1.4 2002/03/14 03:15:53 millert Exp $ */ +/* $OpenBSD: eisa_machdep.h,v 1.1 2002/12/20 01:56:32 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -30,6 +30,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef _EISA_MACHDEP_H_ +#define _EISA_MACHDEP_H_ + /* * Types provided to machine-independent EISA code. */ @@ -69,3 +72,4 @@ struct hppa_eisa_chipset { #define eisa_intr_disestablish(c, h) \ (*(c)->ec_intr_disestablish)((c)->ec_v, (h)) +#endif /* _EISA_MACHDEP_H_ */ diff --git a/sys/arch/hppa/isa/isa_machdep.h b/sys/arch/hppa/include/isa_machdep.h index 5be71734498..7df071e5675 100644 --- a/sys/arch/hppa/isa/isa_machdep.h +++ b/sys/arch/hppa/include/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.4 2002/03/14 03:15:53 millert Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.1 2002/12/20 01:56:32 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff |