mantis_ca.h 318 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Mantis PCI bridge driver
  4. Copyright (C) Manu Abraham ([email protected])
  5. */
  6. #ifndef __MANTIS_CA_H
  7. #define __MANTIS_CA_H
  8. extern int mantis_ca_init(struct mantis_pci *mantis);
  9. extern void mantis_ca_exit(struct mantis_pci *mantis);
  10. #endif /* __MANTIS_CA_H */