claim.c (3eb66e91a25497065c5322b1268cbc3953642227) | claim.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/sizes.h> 15#include "nd-core.h" 16#include "pmem.h" 17#include "pfn.h" 18#include "btt.h" 19#include "nd.h" --- 323 unchanged lines hidden --- | 4 */ 5#include <linux/device.h> 6#include <linux/sizes.h> 7#include "nd-core.h" 8#include "pmem.h" 9#include "pfn.h" 10#include "btt.h" 11#include "nd.h" --- 323 unchanged lines hidden --- |