diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-15 21:13:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-15 21:13:29 +0000 |
commit | c7944dc0d2be35242202bdad3b511d6b6e60cf3a (patch) | |
tree | 49728a73374c694c8937e8c1903dabf1e19ec820 /sys/arch/pmax/stand/dec_prom.h | |
parent | 9923345416a4c9f9c668f0ca1c8b259113aac9e7 (diff) |
sync to netbsd; for graichen
Diffstat (limited to 'sys/arch/pmax/stand/dec_prom.h')
-rw-r--r-- | sys/arch/pmax/stand/dec_prom.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/pmax/stand/dec_prom.h b/sys/arch/pmax/stand/dec_prom.h index afe45e7cf17..f46e99ebb9b 100644 --- a/sys/arch/pmax/stand/dec_prom.h +++ b/sys/arch/pmax/stand/dec_prom.h @@ -1,4 +1,4 @@ -/* $NetBSD: dec_prom.h,v 1.6 1995/03/28 18:19:41 jtc Exp $ */ +/* $NetBSD: dec_prom.h,v 1.8 1996/04/08 00:52:10 jonathan Exp $ */ /* * Copyright (c) 1992, 1993 @@ -62,7 +62,7 @@ * by Digital Equipment Corporation. */ -#ifndef LOCORE +#ifndef _LOCORE #include <sys/types.h> #include <sys/cdefs.h> @@ -85,7 +85,7 @@ typedef struct { int revision; /* hardware revision level */ int clk_period; /* clock period in nano seconds */ int slot_size; /* slot size in magabytes */ - int io_timeout; /* I/O timeout in cycles + int io_timeout; /* I/O timeout in cycles */ int dma_range; /* DMA address range in megabytes */ int max_dma_burst; /* maximum DMA burst length */ int parity; /* true if system module supports T.C. parity */ @@ -200,7 +200,7 @@ typedef struct { int num; /* Number of strings used. */ } MachStringTable; -#endif /* LOCORE */ +#endif /* _LOCORE */ /* * The prom has a jump table at the beginning of it to get to its |