mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
6 lines
123 B
C
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_ */
|