From 2c5877c139ecd563b3480b87e4066c5b68b36c84 Mon Sep 17 00:00:00 2001 From: kato Date: Tue, 4 Feb 1997 22:29:50 +0000 Subject: Deleted obsolete structure, pc98_device. --- sys/pccard/slot.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/pccard/slot.h') diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h index c58147c..f9181d8 100644 --- a/sys/pccard/slot.h +++ b/sys/pccard/slot.h @@ -96,11 +96,7 @@ struct pccard_drv { */ struct pccard_dev { struct pccard_dev *next; /* List of drivers */ -#ifdef PC98 - struct pc98_device isahd; /* Device details */ -#else struct isa_device isahd; /* Device details */ -#endif struct pccard_drv *drv; void *arg; /* Device argument */ struct slot *sp; /* Back pointer to slot */ -- cgit v1.1