diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-11-23 03:28:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-11-23 03:28:24 +0000 |
commit | d9c2b5c6448be6a44aca21c85647578c222a908e (patch) | |
tree | 08d71b2f1e6c98a98473a2bb9fa27b659627890e /sys/arch/hppa/include/nvm.h | |
parent | adb785d32896904d4109ff3bc127e71f85e5d61e (diff) |
proper m-include protection, some minor cleanups
Diffstat (limited to 'sys/arch/hppa/include/nvm.h')
-rw-r--r-- | sys/arch/hppa/include/nvm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/nvm.h b/sys/arch/hppa/include/nvm.h index a0712807762..e689c019b44 100644 --- a/sys/arch/hppa/include/nvm.h +++ b/sys/arch/hppa/include/nvm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nvm.h,v 1.1 1998/06/23 19:45:24 mickey Exp $ */ +/* $OpenBSD: nvm.h,v 1.2 1998/11/23 03:28:22 mickey Exp $ */ /* * Copyright (c) 1990, 1994 The University of Utah and @@ -24,8 +24,8 @@ * Author: Jeff Forys, University of Utah CSL */ -#ifndef _NVM_ -#define _NVM_ +#ifndef _MACHINE_NVM_H_ +#define _MACHINE_NVM_H_ /* * The PDC provides access to Non-Volatile Memory (NVM). If this @@ -71,4 +71,4 @@ struct bootdata { unsigned int device; /* boot device */ }; -#endif /* _NVM_ */ +#endif /* _MACHINE_NVM_H_ */ |