]> Git Repo - J-linux.git/blob - arch/csky/include/asm/pci.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / csky / include / asm / pci.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #ifndef __ASM_CSKY_PCI_H
4 #define __ASM_CSKY_PCI_H
5
6 #include <linux/types.h>
7 #include <linux/slab.h>
8 #include <linux/dma-mapping.h>
9
10 #include <asm/io.h>
11
12 /* Generic PCI */
13 #include <asm-generic/pci.h>
14
15 #endif  /* __ASM_CSKY_PCI_H */
This page took 0.02941 seconds and 4 git commands to generate.