diff options
Diffstat (limited to 'usr/src/uts/common/sys/sunddi.h')
| -rw-r--r-- | usr/src/uts/common/sys/sunddi.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/sunddi.h b/usr/src/uts/common/sys/sunddi.h index 5a98e6e625..596084f253 100644 --- a/usr/src/uts/common/sys/sunddi.h +++ b/usr/src/uts/common/sys/sunddi.h @@ -264,6 +264,7 @@ extern "C" { * Various device types used for sensors. */ #define DDI_NT_SENSOR_TEMP_CPU "ddi_sensor:temperature:cpu" +#define DDI_NT_SENSOR_TEMP_PCH "ddi_sensor:temperature:pch" /* * DDI event definitions @@ -1591,8 +1592,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 |
