Fix a warning due to missing prototype.
This commit is contained in:
parent
dfb1071f3c
commit
47c6b72621
@ -118,7 +118,7 @@ pci_cfgregopen(void)
|
||||
/*
|
||||
* Read configuration space register
|
||||
*/
|
||||
u_int32_t
|
||||
static u_int32_t
|
||||
pci_do_cfgregread(int bus, int slot, int func, int reg, int bytes)
|
||||
{
|
||||
return(usebios ?
|
||||
|
@ -118,7 +118,7 @@ pci_cfgregopen(void)
|
||||
/*
|
||||
* Read configuration space register
|
||||
*/
|
||||
u_int32_t
|
||||
static u_int32_t
|
||||
pci_do_cfgregread(int bus, int slot, int func, int reg, int bytes)
|
||||
{
|
||||
return(usebios ?
|
||||
|
@ -118,7 +118,7 @@ pci_cfgregopen(void)
|
||||
/*
|
||||
* Read configuration space register
|
||||
*/
|
||||
u_int32_t
|
||||
static u_int32_t
|
||||
pci_do_cfgregread(int bus, int slot, int func, int reg, int bytes)
|
||||
{
|
||||
return(usebios ?
|
||||
|
Loading…
Reference in New Issue
Block a user