#ifndef _PARPORT_H_ #define _PARPORT_H_ int init_parport(int port); int done_parport(); unsigned char parport_read(); int parport_write(unsigned char x); int parport_write2(unsigned char x); #endif /* _PARPORT_H_ */