pnpinfo: Use C89 function definitions.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39534
This commit is contained in:
John Baldwin 2023-04-18 11:31:13 -07:00
parent 35a624c549
commit 274c18c2bd

View File

@ -110,7 +110,7 @@ DELAY (int i)
* Intel May 94." * Intel May 94."
*/ */
void void
send_Initiation_LFSR() send_Initiation_LFSR(void)
{ {
int cur, i; int cur, i;
@ -189,8 +189,7 @@ get_resource_info(u_char *buffer, int len)
} }
void void
report_dma_info (x) report_dma_info(int x)
int x;
{ {
char *s1=NULL, *s2=NULL, *s3=NULL, *s4=NULL, *s5=NULL; char *s1=NULL, *s2=NULL, *s3=NULL, *s4=NULL, *s5=NULL;
@ -556,7 +555,7 @@ dump_resdata(u_char *data, int csn)
* *
*/ */
int int
isolation_protocol() isolation_protocol(void)
{ {
int csn; int csn;
u_char data[9]; u_char data[9];