libowfat/ndelay.h

17 lines
226 B
C
Raw Normal View History

/* 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
#ifdef __cplusplus
extern "C" {
#endif
int ndelay_on(int);
int ndelay_off(int);
2001-02-02 17:54:47 +00:00
#ifdef __cplusplus
}
#endif
2001-02-02 17:54:47 +00:00
#endif