aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de/if_devar.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-02-26 17:52:04 +0000
committerWarner Losh <imp@FreeBSD.org>2006-02-26 17:52:04 +0000
commit6e5832cd990ddbfa7ae68597fc55cd279cac3760 (patch)
tree793e165efe20f78a93b4abc8861163db78a9a68b /sys/dev/de/if_devar.h
parentacb2d038a76ae4bfffafcb3131a807ad9d26cc43 (diff)
downloadsrc-6e5832cd990ddbfa7ae68597fc55cd279cac3760.tar.gz
src-6e5832cd990ddbfa7ae68597fc55cd279cac3760.zip
Repo copy de driver to dev/de, and adjust.
Notes
Notes: svn path=/head/; revision=156034
Diffstat (limited to 'sys/dev/de/if_devar.h')
-rw-r--r--sys/dev/de/if_devar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h
index 45b7d260e43b..5c2e37de55ae 100644
--- a/sys/dev/de/if_devar.h
+++ b/sys/dev/de/if_devar.h
@@ -28,8 +28,8 @@
* Id: if_devar.h,v 1.28 1997/07/03 16:55:07 thomas Exp
*/
-#ifndef _DEVAR_H
-#define _DEVAR_H
+#ifndef DEV_DE_IF_DEVAR_H
+#define DEV_DE_IF_DEVAR_H
typedef bus_addr_t tulip_csrptr_t;
@@ -934,4 +934,4 @@ TULIP_PERFREAD(void)
#define TULIP_UNLOCK(sc) mtx_unlock(TULIP_MUTEX(sc))
#define TULIP_LOCK_ASSERT(sc) mtx_assert(TULIP_MUTEX(sc), MA_OWNED)
-#endif /* _DEVAR_H */
+#endif /* DEV_DE_IF_DEVAR_H */