EVOLUTION-MANAGER
Edit File: autoconf-udelay_simple.c
#include <asm/delay.h> void foo (unsigned long long usecs) { udelay_simple(usecs); }