diff options
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-09-22 23:08:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-22 23:08:04 -0400 |
commit | 5f77076d75d35c9f5619e1f9d7e7428a627f65e6 (patch) | |
tree | 0c0bca5a2f00efb47791f6cf50b6b591409eefab /include/linux/if_phonet.h | |
parent | 107d0d9b8d9a236883db72841fb61cedd5be845e (diff) |
Phonet: provide MAC header operations
Signed-off-by: RĂ©mi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_phonet.h')
-rw-r--r-- | include/linux/if_phonet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/if_phonet.h b/include/linux/if_phonet.h index 22df25fbc4e2..7e989216ec17 100644 --- a/include/linux/if_phonet.h +++ b/include/linux/if_phonet.h | |||
@@ -12,3 +12,7 @@ | |||
12 | /* 6 bytes header + 65535 bytes payload */ | 12 | /* 6 bytes header + 65535 bytes payload */ |
13 | #define PHONET_MAX_MTU 65541 | 13 | #define PHONET_MAX_MTU 65541 |
14 | #define PHONET_DEV_MTU PHONET_MAX_MTU | 14 | #define PHONET_DEV_MTU PHONET_MAX_MTU |
15 | |||
16 | #ifdef __KERNEL__ | ||
17 | extern struct header_ops phonet_header_ops; | ||
18 | #endif | ||