1 #ifndef NDELAY_H
2 #define NDELAY_H
3 
4 extern int ndelay_on(int);
5 extern int ndelay_off(int);
6 
7 #endif
8