180edefbd2
Test: treehugger Change-Id: I8e27e8ac15f5f1380046accbd7875da1c3b512f2
12 lines
334 B
C
12 lines
334 B
C
/*
|
|
* This file is auto-generated. Modifications will be lost.
|
|
*
|
|
* See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
|
|
* for more information.
|
|
*/
|
|
#ifndef _UAPILINUX_IF_PHONET_H
|
|
#define _UAPILINUX_IF_PHONET_H
|
|
#define PHONET_MIN_MTU 6
|
|
#define PHONET_MAX_MTU 65541
|
|
#define PHONET_DEV_MTU PHONET_MAX_MTU
|
|
#endif
|