1 /* 2 * Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3 * Use is subject to license terms. 4 */ 5 6 #pragma ident "%Z%%M% %I% %E% SMI" 7 8 /* 9 * ACPI enumerator 10 */ 11 12 #include <sys/ddi.h> 13 #include <sys/sunddi.h> 14 #include <sys/sunndi.h> 15 16 /* some externs */ 17 18 int acpi_isa_device_enum(dev_info_t *isa_dip); 19