aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_emul.h
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-08-16 17:10:58 +0000
committerMark Johnston <markj@FreeBSD.org>2022-08-16 18:21:44 +0000
commit75ce327a2c433e793cc15861944955396ef3306b (patch)
tree8ead1040f042ccaf7eef6dbce3b497a60da8cad2 /usr.sbin/bhyve/pci_emul.h
parentc4d26f027be34252702e0b18c3220c5a6db3cb86 (diff)
downloadsrc-75ce327a2c433e793cc15861944955396ef3306b.tar.gz
src-75ce327a2c433e793cc15861944955396ef3306b.zip
bhyve: Use "void" instead of empty parameter lists
MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/bhyve/pci_emul.h')
-rw-r--r--usr.sbin/bhyve/pci_emul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/pci_emul.h b/usr.sbin/bhyve/pci_emul.h
index b8cfabefda2b..14a8fe936341 100644
--- a/usr.sbin/bhyve/pci_emul.h
+++ b/usr.sbin/bhyve/pci_emul.h
@@ -253,7 +253,7 @@ int pci_msix_pba_bar(struct pci_devinst *pi);
int pci_msi_maxmsgnum(struct pci_devinst *pi);
int pci_parse_legacy_config(nvlist_t *nvl, const char *opt);
int pci_parse_slot(char *opt);
-void pci_print_supported_devices();
+void pci_print_supported_devices(void);
void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
int pci_emul_add_msixcap(struct pci_devinst *pi, int msgnum, int barnum);
int pci_emul_msix_twrite(struct pci_devinst *pi, uint64_t offset, int size,