Subversion Repositories Kolibri OS

Rev

Rev 3120 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3120 Rev 4559
Line 4... Line 4...
4
/*
4
/*
5
 * Copyright (C) 1993 Linus Torvalds
5
 * Copyright (C) 1993 Linus Torvalds
6
 *
6
 *
7
 * Delay routines, using a pre-computed "loops_per_jiffy" value.
7
 * Delay routines, using a pre-computed "loops_per_jiffy" value.
8
 */
8
 */
-
 
9
 
-
 
10
#define usleep_range(min, max)  udelay(max)
-
 
11
 
9
#endif /* defined(_LINUX_DELAY_H) */
12
#endif /* defined(_LINUX_DELAY_H) */