From 961b97d43458f3c57241940cabebb3bedf7e4c00 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 26 May 2000 02:09:24 +0000 Subject: Back out the previous change to the queue(3) interface. It was not discussed and should probably not happen. Requested by: msmith and others --- sys/isa/isa_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/isa/isa_common.h') 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; }; -- cgit v1.1