/* * Support C++ source use utilities defined in util.h */ #ifndef PERF_UTIL_UTIL_CXX_H #define PERF_UTIL_UTIL_CXX_H #ifdef __cplusplus extern "C" { #endif /* * Now 'new' is the only C++ keyword found in util.h: * in tools/include/linux/rbtree.h * * Other keywords, like class and delete, should be * redefined if necessary. */ #define new _new #include "util.h" #undef new #ifdef __cplusplus } #endif #endif ink rel='vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-mem.c
diff options
context:
space:
mode:
authorSainath Grandhi <sainath.grandhi@intel.com>2017-02-10 16:03:51 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-11 20:59:41 -0500
commit9a393b5d5988ea4eaa3e0da138321abe0dc03a68 (patch)
tree5a006ee32965ff9c76984aa7ce7c870d966be7ac /drivers/usb/host/ehci-mem.c
parentd9f1f61c0801a73ff36d416a7ede54229b231e1d (diff)
tap: tap as an independent module
This patch makes tap a separate module for other types of virtual interfaces, for example, ipvlan to use. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/host/ehci-mem.c')