diff options
Diffstat (limited to 'usr/src/uts/sun4u/io/px/px_lib4u.c')
| -rw-r--r-- | usr/src/uts/sun4u/io/px/px_lib4u.c | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/io/px/px_lib4u.c b/usr/src/uts/sun4u/io/px/px_lib4u.c index e4d84fc9df..2ee179b796 100644 --- a/usr/src/uts/sun4u/io/px/px_lib4u.c +++ b/usr/src/uts/sun4u/io/px/px_lib4u.c @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -42,6 +42,7 @@ #include <sys/cpuvar.h> #include <sys/ivintr.h> #include <sys/byteorder.h> +#include <sys/hotplug/pci/pciehpc.h> #include <px_obj.h> #include <pcie_pwr.h> #include <px_regs.h> @@ -2025,3 +2026,16 @@ px_cpr_rem_callb(px_t *px_p) { (void) callb_delete(px_p->px_cprcb_id); } + +/*ARGSUSED*/ +int +px_lib_hotplug_init(dev_info_t *dip, void *arg) +{ + return (DDI_ENOTSUP); +} + +/*ARGSUSED*/ +void +px_lib_hotplug_uninit(dev_info_t *dip) +{ +} |
