drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / drivers / media / pci / mantis / mantis_hif.h
blob392fac28413d4fdbd304173eb1403e7847868a25
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 Mantis PCI bridge driver
5 Copyright (C) Manu Abraham (abraham.manu@gmail.com)
7 */
9 #ifndef __MANTIS_HIF_H
10 #define __MANTIS_HIF_H
12 #define MANTIS_HIF_MEMRD 1
13 #define MANTIS_HIF_MEMWR 2
14 #define MANTIS_HIF_IOMRD 3
15 #define MANTIS_HIF_IOMWR 4
17 #endif /* __MANTIS_HIF_H */