card_utils.c (860dbce3d8dd90cb9e909c58fa79808766243651) | card_utils.c (eb3ae0aa382e03a99a34edc7b42302ea342f1f60) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/** 2 * IBM Accelerator Family 'GenWQE' 3 * 4 * (C) Copyright IBM Corp. 2013 5 * 6 * Author: Frank Haverkamp <haver@linux.vnet.ibm.com> 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 8 * Author: Michael Jung <mijung@gmx.net> 9 * Author: Michael Ruettger <michael@ibmra.de> | 2/** 3 * IBM Accelerator Family 'GenWQE' 4 * 5 * (C) Copyright IBM Corp. 2013 6 * 7 * Author: Frank Haverkamp <haver@linux.vnet.ibm.com> 8 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 * Author: Michael Jung <mijung@gmx.net> 10 * Author: Michael Ruettger <michael@ibmra.de> |
10 * 11 * This program is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License (version 2 only) 13 * as published by the Free Software Foundation. 14 * 15 * This program is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU General Public License for more details. | |
19 */ 20 21/* 22 * Miscelanous functionality used in the other GenWQE driver parts. 23 */ 24 25#include <linux/kernel.h> 26#include <linux/sched.h> --- 1029 unchanged lines hidden --- | 11 */ 12 13/* 14 * Miscelanous functionality used in the other GenWQE driver parts. 15 */ 16 17#include <linux/kernel.h> 18#include <linux/sched.h> --- 1029 unchanged lines hidden --- |