MFC 1.223: guard function decls with _KERNEL so user code can include this file
Approved by: re (scottl)
This commit is contained in:
parent
9d63596533
commit
ba697e3f0c
@ -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__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user