diff options
Diffstat (limited to 'drivers/net/wireless/rayctl.h')
-rw-r--r-- | drivers/net/wireless/rayctl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/rayctl.h b/drivers/net/wireless/rayctl.h index 3c3b98b152c3..b21ed64e15df 100644 --- a/drivers/net/wireless/rayctl.h +++ b/drivers/net/wireless/rayctl.h | |||
@@ -1,4 +1,5 @@ | |||
1 | #ifndef RAYLINK_H | 1 | #ifndef _RAYCTL_H_ |
2 | #define _RAYCTL_H_ | ||
2 | 3 | ||
3 | typedef unsigned char UCHAR; | 4 | typedef unsigned char UCHAR; |
4 | 5 | ||
@@ -729,4 +730,4 @@ typedef struct snaphdr_t | |||
729 | #define RAY_IPX_TYPE 0x8137 | 730 | #define RAY_IPX_TYPE 0x8137 |
730 | #define APPLEARP_TYPE 0x80f3 | 731 | #define APPLEARP_TYPE 0x80f3 |
731 | /*****************************************************************************/ | 732 | /*****************************************************************************/ |
732 | #endif /* #ifndef RAYLINK_H */ | 733 | #endif /* _RAYCTL_H_ */ |