aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vt8623/northbridge.h
blob: 176a5904901bc73f4a58abc8da37d2ae7b6df856 (plain)
1
2
3
4
5
6
7
8
#ifndef NORTHBRIDGE_VIA_VT8623_H
#define NORTHBRIDGE_VIA_VT8623_H

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_VT8623_H */