]> Git Repo - linux.git/blob - drivers/media/pci/mantis/mantis_hif.h
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / media / pci / mantis / mantis_hif.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3         Mantis PCI bridge driver
4
5         Copyright (C) Manu Abraham ([email protected])
6
7 */
8
9 #ifndef __MANTIS_HIF_H
10 #define __MANTIS_HIF_H
11
12 #define MANTIS_HIF_MEMRD                1
13 #define MANTIS_HIF_MEMWR                2
14 #define MANTIS_HIF_IOMRD                3
15 #define MANTIS_HIF_IOMWR                4
16
17 #endif /* __MANTIS_HIF_H */
This page took 0.034469 seconds and 4 git commands to generate.