fm10k: Add support for PF
[deliverable/linux.git] / drivers / net / ethernet / intel / fm10k / fm10k_pf.h
CommitLineData
b6fec18f
AD
1/* Intel Ethernet Switch Host Interface Driver
2 * Copyright(c) 2013 - 2014 Intel Corporation.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * The full GNU General Public License is included in this distribution in
14 * the file called "COPYING".
15 *
16 * Contact Information:
17 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
18 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
19 */
20
21#ifndef _FM10K_PF_H_
22#define _FM10K_PF_H_
23
24#include "fm10k_type.h"
25#include "fm10k_common.h"
26
27extern struct fm10k_info fm10k_pf_info;
28#endif /* _FM10K_PF_H */
This page took 0.030003 seconds and 5 git commands to generate.