i40evf: driver core headers
authorGreg Rose <gregory.v.rose@intel.com>
Sat, 21 Dec 2013 06:13:06 +0000 (06:13 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 1 Jan 2014 00:09:05 +0000 (16:09 -0800)
This patch contains the main driver header files, containing structures
and data types specific to the linux driver.

i40e_osdep.h contains some code that helps us adapt our OS agnostic code
to Linux.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40e_osdep.h [new file with mode: 0644]
drivers/net/ethernet/intel/i40evf/i40e_txrx.h [new file with mode: 0644]
drivers/net/ethernet/intel/i40evf/i40evf.h [new file with mode: 0644]