Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 714d2dc14914f0f7bb008effe830c99eb47c75df 9 lines 131 B view raw
1#ifndef __UM_DELAY_H 2#define __UM_DELAY_H 3 4#include "asm/arch/delay.h" 5#include "asm/archparam.h" 6 7#define MILLION 1000000 8 9#endif