Source
1
1
// SPDX-License-Identifier: GPL-2.0
2
2
/*
3
-
* mmap.c — generic PCI resource mmap helper
3
+
* Generic PCI resource mmap helper
4
4
*
5
5
* Copyright © 2017 Amazon.com, Inc. or its affiliates.
6
6
*
7
7
* Author: David Woodhouse <dwmw2@infradead.org>
8
8
*/
9
9
10
10
#include <linux/kernel.h>
11
11
#include <linux/mm.h>
12
12
#include <linux/pci.h>
13
13