diff options
author | anish <none@none> | 2006-08-21 10:35:49 -0700 |
---|---|---|
committer | anish <none@none> | 2006-08-21 10:35:49 -0700 |
commit | a54f81fbf66e3e4c14a94d571c0fe241e4cf2394 (patch) | |
tree | f3e81f8f15413817da3bc84d80514b725dbbc00f /usr/src/uts/common/sys/ddi_intr_impl.h | |
parent | 7a3d04104a9a0b1c8065ed695cf6b5867b8065a0 (diff) | |
download | illumos-gate-a54f81fbf66e3e4c14a94d571c0fe241e4cf2394.tar.gz |
6460876 ddi_intr_get_navail(9f): fix functionality across platforms and other bugs
Diffstat (limited to 'usr/src/uts/common/sys/ddi_intr_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/ddi_intr_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/ddi_intr_impl.h b/usr/src/uts/common/sys/ddi_intr_impl.h index 8fb35a4018..a341346bc4 100644 --- a/usr/src/uts/common/sys/ddi_intr_impl.h +++ b/usr/src/uts/common/sys/ddi_intr_impl.h @@ -298,6 +298,11 @@ struct intrspec { #ifdef _KERNEL /* + * Figure out how many FIXED nintrs are supported + */ +int i_ddi_get_intx_nintrs(dev_info_t *dip); + +/* * NOTE: * The following 4 busops entry points are obsoleted with version * 9 or greater. Use i_ddi_intr_op interface in place of these |