--- zzzz-none-000/linux-3.10.107/include/uapi/linux/atmclip.h 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/include/uapi/linux/atmclip.h 2021-11-10 11:53:56.000000000 +0000 @@ -2,6 +2,11 @@ /* Written 1995-1998 by Werner Almesberger, EPFL LRC/ICA */ +/** + * Some part of this file is modified by Ikanos Communications. + * + * Copyright (C) 2013-2014 Ikanos Communications. + */ #ifndef LINUX_ATMCLIP_H #define LINUX_ATMCLIP_H @@ -18,4 +23,8 @@ #define SIOCMKCLIP _IO('a',ATMIOC_CLIP) /* create IP interface */ +#if defined(CONFIG_MACH_FUSIV) +#define SIOCDLCLIP _IO('d',ATMIOC_CLIP) /* delete IP interface -FUSIV */ #endif + +#endif \ No newline at end of file