/* * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */#ifndef __UM_TUNTAP_H#define __UM_TUNTAP_H#include"net_user.h"structtuntap_data{char*dev_name;intfixed_config;char*gate_addr;intfd;void*dev;};externconststructnet_user_infotuntap_user_info;#endif