missing piece of prev commit: ndelay_off

This commit is contained in:
Denis Vlasenko
2006-12-24 07:15:50 +00:00
parent f4dff77355
commit a5b3e76c38
3 changed files with 6 additions and 12 deletions

View File

@@ -274,12 +274,6 @@ extern int lock_un(int);
extern int lock_exnb(int);
/*** ndelay.h ***/
extern int ndelay_on(int);
extern int ndelay_off(int);
/*** open.h ***/
extern int open_read(const char *);