mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-06 09:17:25 +00:00
Fix a warning due to missing prototype.
This commit is contained in:
parent
dfb1071f3c
commit
47c6b72621
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71237
@ -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