ddk: 3.14-rc1 includes

git-svn-id: svn://kolibrios.org@4559 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2014-02-06 06:52:49 +00:00
parent 90fa4be334
commit f3db1a486f
22 changed files with 618 additions and 169 deletions

View File

@@ -6,4 +6,7 @@
*
* Delay routines, using a pre-computed "loops_per_jiffy" value.
*/
#define usleep_range(min, max) udelay(max)
#endif /* defined(_LINUX_DELAY_H) */