make pnp.h self contained, for what good it'll do since it's days are

numbered (new pnp-aware isa code in the pipeline).
This commit is contained in:
Peter Wemm 1999-08-22 19:46:05 +00:00
parent bcfc146827
commit cd8fd32d0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50178

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: pnp.h,v 1.6 1998/01/10 07:41:43 kato Exp $
* $Id: pnp.h,v 1.7 1998/09/13 22:15:44 eivind Exp $
*/
#ifndef _I386_ISA_PNP_H_
@ -267,6 +267,8 @@ struct pnp_cinfo {
#ifdef KERNEL
struct isa_device;
struct pnp_device {
char *pd_name;
char * (*pd_probe ) (u_long csn, u_long vendor_id);