nvmet.h (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) nvmet.h (77141dc6ceffdbf4dd3470911c838309e23cd55c)
1/* SPDX-License-Identifier: GPL-2.0 */
1/*
2 * Copyright (c) 2015-2016 HGST, a Western Digital Company.
2/*
3 * Copyright (c) 2015-2016 HGST, a Western Digital Company.
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
14#ifndef _NVMET_H
15#define _NVMET_H
16
17#include <linux/dma-mapping.h>
18#include <linux/types.h>
19#include <linux/device.h>

--- 481 unchanged lines hidden ---
4 */
5
6#ifndef _NVMET_H
7#define _NVMET_H
8
9#include <linux/dma-mapping.h>
10#include <linux/types.h>
11#include <linux/device.h>

--- 481 unchanged lines hidden ---