xref: /linux/include/uapi/linux/if_phonet.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2607ca46eSDavid Howells /*
3607ca46eSDavid Howells  * File: if_phonet.h
4607ca46eSDavid Howells  *
5607ca46eSDavid Howells  * Phonet interface kernel definitions
6607ca46eSDavid Howells  *
7607ca46eSDavid Howells  * Copyright (C) 2008 Nokia Corporation. All rights reserved.
8607ca46eSDavid Howells  */
9607ca46eSDavid Howells #ifndef _UAPILINUX_IF_PHONET_H
10607ca46eSDavid Howells #define _UAPILINUX_IF_PHONET_H
11607ca46eSDavid Howells 
12607ca46eSDavid Howells #define PHONET_MIN_MTU		6	/* pn_length = 0 */
13607ca46eSDavid Howells #define PHONET_MAX_MTU		65541	/* pn_length = 0xffff */
14607ca46eSDavid Howells #define PHONET_DEV_MTU		PHONET_MAX_MTU
15607ca46eSDavid Howells 
16607ca46eSDavid Howells 
17607ca46eSDavid Howells #endif /* _UAPILINUX_IF_PHONET_H */
18