Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * File: if_phonet.h
0004  *
0005  * Phonet interface kernel definitions
0006  *
0007  * Copyright (C) 2008 Nokia Corporation. All rights reserved.
0008  */
0009 #ifndef _UAPILINUX_IF_PHONET_H
0010 #define _UAPILINUX_IF_PHONET_H
0011 
0012 #define PHONET_MIN_MTU      6   /* pn_length = 0 */
0013 #define PHONET_MAX_MTU      65541   /* pn_length = 0xffff */
0014 #define PHONET_DEV_MTU      PHONET_MAX_MTU
0015 
0016 
0017 #endif /* _UAPILINUX_IF_PHONET_H */