This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Releases
Activity
63149c4ed9
libowfat
/
ndelay.h
8 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
Initial revision
2001-02-02 17:54:47 +00:00
#
ifndef NDELAY_H
#
define NDELAY_H
remove obsolete extern from header files
2003-09-06 23:49:47 +00:00
int
ndelay_on
(
int
)
;
int
ndelay_off
(
int
)
;
Initial revision
2001-02-02 17:54:47 +00:00
#
endif