Fix a warning due to missing prototype.

This commit is contained in:
Peter Wemm 2001-01-19 09:10:14 +00:00
parent dfb1071f3c
commit 47c6b72621
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71237
3 changed files with 3 additions and 3 deletions

View File

@ -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 ?

View File

@ -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 ?

View File

@ -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 ?