diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
commit | 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch) | |
tree | b34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/solbourne/include/prom.h | |
parent | d81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff) |
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/solbourne/include/prom.h')
-rw-r--r-- | sys/arch/solbourne/include/prom.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/solbourne/include/prom.h b/sys/arch/solbourne/include/prom.h index 1162c4a6586..d2f097c9aa6 100644 --- a/sys/arch/solbourne/include/prom.h +++ b/sys/arch/solbourne/include/prom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: prom.h,v 1.1 2005/04/19 21:30:18 miod Exp $ */ +/* $OpenBSD: prom.h,v 1.2 2011/03/23 16:54:37 pirofti Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat * @@ -24,8 +24,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _SOLBOURNE_PROM_H_ -#define _SOLBOURNE_PROM_H_ +#ifndef _MACHINE_PROM_H_ +#define _MACHINE_PROM_H_ /* * The following describes the PROM communication structure, @@ -105,4 +105,4 @@ extern int sysmodel; const char *prom_getenv(const char *); -#endif /* _SOLBOURNE_PROM_H_ */ +#endif /* _MACHINE_PROM_H_ */ |