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

MFC after:	1 week
This commit is contained in:
Sam Leffler 2006-02-22 21:38:33 +00:00
parent 235811bfea
commit 3f676959ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155926

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