opnsense-src/sys/isa
Dimitry Andric 9c5d477638 Adjust function definition in isa's pnp.c to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    sys/isa/pnp.c:118:24: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    pnp_send_initiation_key()
                           ^
                            void

This is because pnp_send_initiation_key() is declared with a (void)
argument list, but defined with an empty argument list. Make the
definition match the declaration.

MFC after:	3 days

(cherry picked from commit 24e8823ef5)
2022-08-01 20:07:10 +02:00
..
isa_common.c Move back the isa non-PNP driver deadline to FreeBSD 14. 2021-03-08 16:02:44 -07:00
isa_common.h
isa_dmareg.h
isa_if.m
isahint.c
isareg.h
isavar.h Remove more remnants of sio(4) 2021-04-14 09:19:49 -04:00
pnp.c Adjust function definition in isa's pnp.c to avoid clang 15 warning 2022-08-01 20:07:10 +02:00
pnpparse.c
pnpreg.h
pnpvar.h
rtc.h
syscons_isa.c
vga_isa.c