#ifndef __MANTIS_IOC_H
#define __MANTIS_IOC_H
#define GPIF_A00 …
#define GPIF_A01 …
#define GPIF_A02 …
#define GPIF_A03 …
#define GPIF_A04 …
#define GPIF_A05 …
#define GPIF_A06 …
#define GPIF_A07 …
#define GPIF_A08 …
#define GPIF_A09 …
#define GPIF_A10 …
#define GPIF_A11 …
#define GPIF_A12 …
#define GPIF_A13 …
#define GPIF_A14 …
enum mantis_stream_control { … };
extern int mantis_get_mac(struct mantis_pci *mantis);
extern void mantis_gpio_set_bits(struct mantis_pci *mantis, u32 bitpos, u8 value);
extern int mantis_stream_control(struct mantis_pci *mantis, enum mantis_stream_control stream_ctl);
#endif