remove trailing whitespace
[coreboot.git] / src / northbridge / via / vt8623 / northbridge.h
index d7f8e605b8c09ceb3fc30b8f94996b51c0ff8aea..176a5904901bc73f4a58abc8da37d2ae7b6df856 100644 (file)
@@ -1,6 +1,8 @@
-#ifndef NORTHBRIDGE_VIA_VT8601_H
-#define NORTHBRIDGE_VIA_VT8601_H
+#ifndef NORTHBRIDGE_VIA_VT8623_H
+#define NORTHBRIDGE_VIA_VT8623_H
 
-extern unsigned int vt8601_scan_root_bus(device_t root, unsigned int max);
+unsigned int vt8623_scan_root_bus(device_t root, unsigned int max);
+extern void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx, u32 edx,
+               u32 esi, u32 edi) __attribute__((regparm(0)));
 
-#endif /* NORTHBRIDGE_VIA_VT8601_H */
+#endif /* NORTHBRIDGE_VIA_VT8623_H */