9 lines
82 B
C
9 lines
82 B
C
#ifndef _WAZOO_H
|
|
#define _WAZOO_H
|
|
|
|
int rxwazoo(void);
|
|
int txwazoo(void);
|
|
|
|
#endif
|
|
|