summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
committerjake <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
commit961b97d43458f3c57241940cabebb3bedf7e4c00 (patch)
tree6014972d9b90b4e3a8b20dbea641a88cf6355c13 /sys/isa/isa_common.h
parent06b64672180d9b04ae6d35db819c854df3c3c684 (diff)
downloadFreeBSD-src-961b97d43458f3c57241940cabebb3bedf7e4c00.zip
FreeBSD-src-961b97d43458f3c57241940cabebb3bedf7e4c00.tar.gz
Back out the previous change to the queue(3) interface.
It was not discussed and should probably not happen. Requested by: msmith and others
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r--sys/isa/isa_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h
index 13770de..70b8b33 100644
--- a/sys/isa/isa_common.h
+++ b/sys/isa/isa_common.h
@@ -38,9 +38,9 @@ MALLOC_DECLARE(M_ISADEV);
/*
* PNP configurations are kept in a tailq.
*/
-TAILQ_HEAD(isa_config_list, struct isa_config_entry);
+TAILQ_HEAD(isa_config_list, isa_config_entry);
struct isa_config_entry {
- TAILQ_ENTRY(struct isa_config_entry) ice_link;
+ TAILQ_ENTRY(isa_config_entry) ice_link;
int ice_priority;
struct isa_config ice_config;
};
OpenPOWER on IntegriCloud