Add a few functions.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@378 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
8fbafe7ed4
commit
1e3cd03815
1 changed files with 7 additions and 0 deletions
|
|
@ -188,4 +188,11 @@ static inline void disable_cache(void)
|
|||
wbinvd();
|
||||
}
|
||||
|
||||
/* random other functions. These are not architecture-specific, except they really
|
||||
* are in many ways. Seperate the PC from the "X86" is hard.
|
||||
*/
|
||||
void uart_init(void);
|
||||
void rtc_init(int invalid);
|
||||
void isa_dma_init(void);
|
||||
|
||||
#endif /* ARCH_X86_CPU_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue