Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / fp_math / test / serial.h @ 1602

History | View | Annotate | Download (209 Bytes)

1 1602 justin
#ifndef __SERIAL_H
2
3
int openport(char *portname);
4
int putbyte (int fd, char c);
5
unsigned char getbyte (int fd);
6
unsigned char getbyteblock (int fd);
7
void clearbuf(int fd);
8
9
#define __SERIAL_H
10
#endif