diff options
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_debug.h')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_debug.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_debug.h b/drivers/scsi/bnx2fc/bnx2fc_debug.h index 4808ff99621f..2b9006774f37 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_debug.h +++ b/drivers/scsi/bnx2fc/bnx2fc_debug.h | |||
@@ -1,3 +1,16 @@ | |||
1 | /* bnx2fc_debug.h: QLogic NetXtreme II Linux FCoE offload driver. | ||
2 | * Handles operations such as session offload/upload etc, and manages | ||
3 | * session resources such as connection id and qp resources. | ||
4 | * | ||
5 | * Copyright (c) 2008 - 2013 Broadcom Corporation | ||
6 | * Copyright (c) 2014, QLogic Corporation | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation. | ||
11 | * | ||
12 | */ | ||
13 | |||
1 | #ifndef __BNX2FC_DEBUG__ | 14 | #ifndef __BNX2FC_DEBUG__ |
2 | #define __BNX2FC_DEBUG__ | 15 | #define __BNX2FC_DEBUG__ |
3 | 16 | ||