9 lines
157 B
C
9 lines
157 B
C
/* this header file comes from libowfat, http://www.fefe.de/libowfat/ */
|
|
#ifndef NDELAY_H
|
|
#define NDELAY_H
|
|
|
|
int ndelay_on(int);
|
|
int ndelay_off(int);
|
|
|
|
#endif
|