diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 12:11:35 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 12:11:35 +0000 |
commit | 6139f3618c4d02f89c6bed396c66964f873848f2 (patch) | |
tree | da79227acdccd7d544d9b282292d62e3f63f0c32 /sys/dev | |
parent | 537136ce99cabd7a85b29cb69197b4360100628e (diff) |
another ETHER_ALIGN
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/xlreg.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/xlreg.h b/sys/dev/ic/xlreg.h index ec527326285..dc6e0c3f333 100644 --- a/sys/dev/ic/xlreg.h +++ b/sys/dev/ic/xlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xlreg.h,v 1.17 2003/10/21 18:58:50 jmc Exp $ */ +/* $OpenBSD: xlreg.h,v 1.18 2004/05/19 12:11:34 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -724,10 +724,6 @@ struct xl_stats { #define XL_PME_EN 0x0010 #define XL_PME_STATUS 0x8000 -#ifndef ETHER_ALIGN -#define ETHER_ALIGN 2 -#endif - extern int xl_intr(void *); extern void xl_attach(struct xl_softc *); extern int xl_detach(struct xl_softc *); |