1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 Mantis PCI bridge driver
5 Copyright (C) Manu Abraham (abraham.manu@gmail.com)
10 #define __MANTIS_IOC_H
29 enum mantis_stream_control
{
34 extern int mantis_get_mac(struct mantis_pci
*mantis
);
35 extern void mantis_gpio_set_bits(struct mantis_pci
*mantis
, u32 bitpos
, u8 value
);
37 extern int mantis_stream_control(struct mantis_pci
*mantis
, enum mantis_stream_control stream_ctl
);
39 #endif /* __MANTIS_IOC_H */