remove trailing whitespace
[coreboot.git] / src / northbridge / via / vt8623 / northbridge.h
1 #ifndef NORTHBRIDGE_VIA_VT8623_H
2 #define NORTHBRIDGE_VIA_VT8623_H
3
4 unsigned int vt8623_scan_root_bus(device_t root, unsigned int max);
5 extern void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx, u32 edx,
6                 u32 esi, u32 edi) __attribute__((regparm(0)));
7
8 #endif /* NORTHBRIDGE_VIA_VT8623_H */