7 lines
87 B
C
7 lines
87 B
C
#ifndef _SERIAL_H_
|
|
#define _SERIAL_H_
|
|
|
|
int serial_init(void);
|
|
|
|
#endif /* _SERIAL_H_ */
|