Files
2022-06-23 11:26:13 -07:00

6 lines
123 B
C

#ifndef _SIO_H_
#define _SIO_H_
void sio_init(int card, int pci_a, int pci_b, int pci_c, int pci_d);
#endif /* _SIO_H_ */