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