label.h (888dc273ea4e7ca332a6f73d10dfc8f2b212c803) | label.h (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#ifndef __LABEL_H__ 14#define __LABEL_H__ 15 16#include <linux/ndctl.h> 17#include <linux/sizes.h> 18#include <linux/uuid.h> 19#include <linux/io.h> --- 135 unchanged lines hidden --- | 4 */ 5#ifndef __LABEL_H__ 6#define __LABEL_H__ 7 8#include <linux/ndctl.h> 9#include <linux/sizes.h> 10#include <linux/uuid.h> 11#include <linux/io.h> --- 135 unchanged lines hidden --- |