bnx2fc.h (f01387d2693813eb5271a3448e6a082322c7d75d) bnx2fc.h (17d87c45b9042fa2f830c5a47cdfd3370bb60729)
1#ifndef _BNX2FC_H_
2#define _BNX2FC_H_
3/* bnx2fc.h: Broadcom NetXtreme II Linux FCoE offload driver.
1/* bnx2fc.h: QLogic NetXtreme II Linux FCoE offload driver.
4 *
5 * Copyright (c) 2008 - 2013 Broadcom Corporation
2 *
3 * Copyright (c) 2008 - 2013 Broadcom Corporation
4 * Copyright (c) 2014, QLogic Corporation
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation.
10 *
11 * Written by: Bhanu Prakash Gollapudi (bprakash@broadcom.com)
12 */
13
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation.
9 *
10 * Written by: Bhanu Prakash Gollapudi (bprakash@broadcom.com)
11 */
12
13#ifndef _BNX2FC_H_
14#define _BNX2FC_H_
14#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
15
16#include <linux/module.h>
17#include <linux/moduleparam.h>
18#include <linux/kernel.h>
19#include <linux/skbuff.h>
20#include <linux/netdevice.h>
21#include <linux/etherdevice.h>

--- 572 unchanged lines hidden ---
15#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
16
17#include <linux/module.h>
18#include <linux/moduleparam.h>
19#include <linux/kernel.h>
20#include <linux/skbuff.h>
21#include <linux/netdevice.h>
22#include <linux/etherdevice.h>

--- 572 unchanged lines hidden ---