18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci	Mantis PCI bridge driver
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci	Copyright (C) Manu Abraham (abraham.manu@gmail.com)
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci*/
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef __MANTIS_HIF_H
108c2ecf20Sopenharmony_ci#define __MANTIS_HIF_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#define MANTIS_HIF_MEMRD		1
138c2ecf20Sopenharmony_ci#define MANTIS_HIF_MEMWR		2
148c2ecf20Sopenharmony_ci#define MANTIS_HIF_IOMRD		3
158c2ecf20Sopenharmony_ci#define MANTIS_HIF_IOMWR		4
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* __MANTIS_HIF_H */
18