MFC 1.223: guard function decls with _KERNEL so user code can include this file

Approved by:	re (scottl)
This commit is contained in:
sam 2006-03-01 05:57:15 +00:00
parent 9d63596533
commit ba697e3f0c

View File

@ -139,7 +139,8 @@ typedef struct BASETABLE_ENTRY {
char name[16];
} basetable_entry;
#ifdef _KERNEL
int mptable_pci_probe_table(int bus);
int mptable_pci_route_interrupt(device_t pcib, device_t dev, int pin);
#endif
#endif /* !__MACHINE_MPTABLE_H__ */