Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / media / pci / mantis / mantis_pci.h
blob67557f218bd2fafc5a7c1de7efa07fbb4743bd9f
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_PCI_H
10 #define __MANTIS_PCI_H
12 extern int mantis_pci_init(struct mantis_pci *mantis);
13 extern void mantis_pci_exit(struct mantis_pci *mantis);
15 #endif /* __MANTIS_PCI_H */