summaryrefslogtreecommitdiffstats
path: root/sys/sys/pciio.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
committerobrien <obrien@FreeBSD.org>2001-09-05 01:22:14 +0000
commit40da6b02e6f93a023ffa59f81d5dbb34506aac5c (patch)
tree7cbec49c33a6bd349dea1e778d4435d41eaf1a0c /sys/sys/pciio.h
parent138bfe8027cddec05e361c97fe764f0a9603bc70 (diff)
downloadFreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.zip
FreeBSD-src-40da6b02e6f93a023ffa59f81d5dbb34506aac5c.tar.gz
style(9) the structure definitions.
Diffstat (limited to 'sys/sys/pciio.h')
-rw-r--r--sys/sys/pciio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pciio.h b/sys/sys/pciio.h
index 0034799..d8d8156 100644
--- a/sys/sys/pciio.h
+++ b/sys/sys/pciio.h
@@ -60,7 +60,7 @@ struct pcisel {
u_int8_t pc_func; /* function on this device */
};
-struct pci_conf {
+struct pci_conf {
struct pcisel pc_sel; /* bus+slot+function */
u_int8_t pc_hdr; /* PCI header type */
u_int16_t pc_subvendor; /* card vendor ID */
@@ -87,7 +87,7 @@ struct pci_match_conf {
pci_getconf_flags flags; /* Matching expression */
};
-struct pci_conf_io {
+struct pci_conf_io {
u_int32_t pat_buf_len; /* pattern buffer length */
u_int32_t num_patterns; /* number of patterns */
struct pci_match_conf *patterns; /* pattern buffer */
OpenPOWER on IntegriCloud