label.c (888dc273ea4e7ca332a6f73d10dfc8f2b212c803) label.c (5b497af42fab12cadc0e29bcb7052cf9963603f5)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
2/*
3 * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of version 2 of the GNU General Public License as
6 * published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
12 */
13#include <linux/device.h>
14#include <linux/ndctl.h>
15#include <linux/uuid.h>
16#include <linux/slab.h>
17#include <linux/io.h>
18#include <linux/nd.h>
19#include "nd-core.h"

--- 1314 unchanged lines hidden ---
4 */
5#include <linux/device.h>
6#include <linux/ndctl.h>
7#include <linux/uuid.h>
8#include <linux/slab.h>
9#include <linux/io.h>
10#include <linux/nd.h>
11#include "nd-core.h"

--- 1314 unchanged lines hidden ---