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:
parent
ad44ad6bc8
commit
228148aa23
63 changed files with 6591 additions and 3 deletions
7
src/include/delay.h
Normal file
7
src/include/delay.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef DELAY_H
|
||||
#define DELAY_H
|
||||
|
||||
void udelay(int usecs);
|
||||
void mdelay(int msecs);
|
||||
|
||||
#endif /* DELAY_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue