diff options
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 | ||