aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_phonet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/if_phonet.h')
-rw-r--r--include/linux/if_phonet.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/if_phonet.h b/include/linux/if_phonet.h
index d70034bcec0..bbcdb0a767d 100644
--- a/include/linux/if_phonet.h
+++ b/include/linux/if_phonet.h
@@ -8,12 +8,7 @@
8#ifndef LINUX_IF_PHONET_H 8#ifndef LINUX_IF_PHONET_H
9#define LINUX_IF_PHONET_H 9#define LINUX_IF_PHONET_H
10 10
11#define PHONET_MIN_MTU 6 /* pn_length = 0 */ 11#include <uapi/linux/if_phonet.h>
12#define PHONET_MAX_MTU 65541 /* pn_length = 0xffff */
13#define PHONET_DEV_MTU PHONET_MAX_MTU
14 12
15#ifdef __KERNEL__
16extern struct header_ops phonet_header_ops; 13extern struct header_ops phonet_header_ops;
17#endif 14#endif
18
19#endif