diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc64/hypervisor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h index 5d795ee5192d..16a40f48beb3 100644 --- a/include/asm-sparc64/hypervisor.h +++ b/include/asm-sparc64/hypervisor.h | |||
@@ -1203,6 +1203,11 @@ struct hv_trap_trace_entry { | |||
1203 | */ | 1203 | */ |
1204 | #define HV_FAST_INTR_DEVINO2SYSINO 0xa0 | 1204 | #define HV_FAST_INTR_DEVINO2SYSINO 0xa0 |
1205 | 1205 | ||
1206 | #ifndef __ASSEMBLY__ | ||
1207 | extern unsigned long sun4v_devino_to_sysino(unsigned long devhandle, | ||
1208 | unsigned long devino); | ||
1209 | #endif | ||
1210 | |||
1206 | /* intr_getenabled() | 1211 | /* intr_getenabled() |
1207 | * TRAP: HV_FAST_TRAP | 1212 | * TRAP: HV_FAST_TRAP |
1208 | * FUNCTION: HV_FAST_INTR_GETENABLED | 1213 | * FUNCTION: HV_FAST_INTR_GETENABLED |