x86: queensbay: Implement PIRQ routing
[platform/kernel/u-boot.git] / arch / x86 / include / asm / u-boot-x86.h
index c743efd..122e054 100644 (file)
@@ -53,6 +53,8 @@ int video_bios_init(void);
 void   board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
 void   board_init_f_r(void) __attribute__ ((noreturn));
 
+int arch_misc_init(void);
+
 /* Read the time stamp counter */
 static inline __attribute__((no_instrument_function)) uint64_t rdtsc(void)
 {