diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-04-14 13:59:52 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-04-14 13:59:52 +0000 |
commit | f43b404ad12fe32f10b01cf20ed291b826a47c6b (patch) | |
tree | 79e61001977c8590e6a7c980b29f532438f75f08 | |
parent | 1474d2d4568d5bcd006e338c6073e91d5c571412 (diff) |
not EXPORT
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index 1c9050fd54f..eec291f383c 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.15 2000/04/13 22:38:09 jason Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.16 2000/04/14 13:59:51 jason Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -36,8 +36,8 @@ * */ -#ifndef __HIFN_EXPORT_H__ -#define __HIFN_EXPORT_H__ +#ifndef __HIFN7751VAR_H__ +#define __HIFN7751VAR_H__ /* * Length values for cryptography @@ -254,4 +254,4 @@ typedef struct hifn_command { #endif /* _KERNEL */ -#endif /* __HIFN_EXPORT_H__ */ +#endif /* __HIFN7751VAR_H__ */ |