diff options
Diffstat (limited to 'drivers/net/chelsio/gmac.h')
-rw-r--r-- | drivers/net/chelsio/gmac.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/net/chelsio/gmac.h b/drivers/net/chelsio/gmac.h index 24501e2232cc..746b0eeea964 100644 --- a/drivers/net/chelsio/gmac.h +++ b/drivers/net/chelsio/gmac.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /***************************************************************************** | 1 | /***************************************************************************** |
2 | * * | 2 | * * |
3 | * File: gmac.h * | 3 | * File: gmac.h * |
4 | * $Revision: 1.3 $ * | 4 | * $Revision: 1.6 $ * |
5 | * $Date: 2005/03/23 07:15:58 $ * | 5 | * $Date: 2005/06/21 18:29:47 $ * |
6 | * Description: * | 6 | * Description: * |
7 | * Generic MAC functionality. * | 7 | * Generic MAC functionality. * |
8 | * part of the Chelsio 10Gb Ethernet Driver. * | 8 | * part of the Chelsio 10Gb Ethernet Driver. * |
@@ -37,8 +37,8 @@ | |||
37 | * * | 37 | * * |
38 | ****************************************************************************/ | 38 | ****************************************************************************/ |
39 | 39 | ||
40 | #ifndef CHELSIO_GMAC_H | 40 | #ifndef _CXGB_GMAC_H_ |
41 | #define CHELSIO_GMAC_H | 41 | #define _CXGB_GMAC_H_ |
42 | 42 | ||
43 | #include "common.h" | 43 | #include "common.h" |
44 | 44 | ||
@@ -130,4 +130,5 @@ extern struct gmac t1_chelsio_mac_ops; | |||
130 | extern struct gmac t1_vsc7321_ops; | 130 | extern struct gmac t1_vsc7321_ops; |
131 | extern struct gmac t1_ixf1010_ops; | 131 | extern struct gmac t1_ixf1010_ops; |
132 | extern struct gmac t1_dummy_mac_ops; | 132 | extern struct gmac t1_dummy_mac_ops; |
133 | #endif | 133 | |
134 | #endif /* _CXGB_GMAC_H_ */ | ||