diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
commit | f12226068d16673eea9adafe99388f1061d3309f (patch) | |
tree | 90cb542d279e793d072ffc6e9f1f1add1f07179e /sys/arch/alpha/pci/tgareg.h | |
parent | 470d0389b66fade522060561cc0c6ba36e01e7cb (diff) |
update to netbsd
Diffstat (limited to 'sys/arch/alpha/pci/tgareg.h')
-rw-r--r-- | sys/arch/alpha/pci/tgareg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/tgareg.h b/sys/arch/alpha/pci/tgareg.h index 80b37557860..6c335cf9a28 100644 --- a/sys/arch/alpha/pci/tgareg.h +++ b/sys/arch/alpha/pci/tgareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: tgareg.h,v 1.2 1995/08/03 01:17:34 cgd Exp $ */ +/* $NetBSD: tgareg.h,v 1.3 1995/11/23 02:38:28 cgd Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -27,6 +27,9 @@ * rights to redistribute these changes. */ +#ifndef _ALPHA_PCI_TGAREG_H_ +#define _ALPHA_PCI_TGAREG_H_ + /* * Device-specific PCI register offsets and contents. */ @@ -152,3 +155,5 @@ typedef int32_t tga_reg_t; #define TGA_REG_SCSR 0x07e /* Command Status */ /* reserved 0x07f */ + +#endif /* _ALPHA_PCI_TGAREG_H_ */ |