summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/sunddi.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/sunddi.h')
-rw-r--r--usr/src/uts/common/sys/sunddi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/sunddi.h b/usr/src/uts/common/sys/sunddi.h
index 442595289f..c0dedf555c 100644
--- a/usr/src/uts/common/sys/sunddi.h
+++ b/usr/src/uts/common/sys/sunddi.h
@@ -1599,8 +1599,14 @@ int
ddi_ffs(long mask);
int
+ddi_ffsll(long long mask);
+
+int
ddi_fls(long mask);
+int
+ddi_flsll(long long mask);
+
/*
* The ddi_soft_state* routines comprise generic storage management utilities
* for driver soft state structures. Two types of soft_state indexes are