Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-next
[linux-2.6] / include / linux / if_phonet.h
1 /*
2  * File: if_phonet.h
3  *
4  * Phonet interface kernel definitions
5  *
6  * Copyright (C) 2008 Nokia Corporation. All rights reserved.
7  */
8
9 #define PHONET_HEADER_LEN       8       /* Phonet header length */
10
11 #define PHONET_MIN_MTU          6
12 /* 6 bytes header + 65535 bytes payload */
13 #define PHONET_MAX_MTU          65541
14 #define PHONET_DEV_MTU          PHONET_MAX_MTU
15
16 #ifdef __KERNEL__
17 extern struct header_ops phonet_header_ops;
18 #endif