2010-06-03 22:46:59 +00:00
|
|
|
/* this header file comes from libowfat, http://www.fefe.de/libowfat/ */
|
2001-02-02 17:54:47 +00:00
|
|
|
#ifndef NDELAY_H
|
|
|
|
#define NDELAY_H
|
|
|
|
|
2012-02-07 17:02:40 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2003-09-06 23:49:47 +00:00
|
|
|
int ndelay_on(int);
|
|
|
|
int ndelay_off(int);
|
2001-02-02 17:54:47 +00:00
|
|
|
|
2012-02-07 17:02:40 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2001-02-02 17:54:47 +00:00
|
|
|
#endif
|