Start of merge from work on the AMD760MP platform.

This is the safe part just additions to files, and comment changes
This commit is contained in:
Eric W. Biederman 2001-08-07 19:46:37 +00:00
commit 228148aa23
63 changed files with 6591 additions and 3 deletions

7
src/include/delay.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef DELAY_H
#define DELAY_H
void udelay(int usecs);
void mdelay(int msecs);
#endif /* DELAY_H */