summaryrefslogtreecommitdiff
path: root/net/atm/signaling.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm/signaling.c')
0 files changed, 0 insertions, 0 deletions
b76e1d'>include parent35eeacf1820a08305c2b0960febfa190f5a6dd63 (diff)
tap: Refactoring macvtap.c
macvtap module has code for tap/queue management and link management. This patch splits the code into macvtap_main.c for link management and tap.c for tap/queue management. Functionality in tap.c can be re-used for implementing tap on other virtual interfaces. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/if_macvtap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/if_macvtap.h b/include/linux/if_macvtap.h
new file mode 100644