162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * File: if_phonet.h
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Phonet interface kernel definitions
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Copyright (C) 2008 Nokia Corporation. All rights reserved.
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci#ifndef _UAPILINUX_IF_PHONET_H
1062306a36Sopenharmony_ci#define _UAPILINUX_IF_PHONET_H
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#define PHONET_MIN_MTU		6	/* pn_length = 0 */
1362306a36Sopenharmony_ci#define PHONET_MAX_MTU		65541	/* pn_length = 0xffff */
1462306a36Sopenharmony_ci#define PHONET_DEV_MTU		PHONET_MAX_MTU
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif /* _UAPILINUX_IF_PHONET_H */
18