X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fnorthbridge%2Fvia%2Fvx800%2Fnorthbridge.h;h=4b51bb7c111f26b74d2bafc1e66e8b143f9c755e;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=bcbeffb2844b627b1a7457b91f0c2115814c85ae;hpb=7365004424f58db813a092c24c404ec99507765f;p=coreboot.git diff --git a/src/northbridge/via/vx800/northbridge.h b/src/northbridge/via/vx800/northbridge.h index bcbeffb28..4b51bb7c1 100644 --- a/src/northbridge/via/vx800/northbridge.h +++ b/src/northbridge/via/vx800/northbridge.h @@ -21,5 +21,7 @@ #define NORTHBRIDGE_VIA_VX800_H extern unsigned int vx800_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_VX800_H */