]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/asm-generic/mshyperv.h
Merge branch 'readdir' (readdir speedup and sanity checking)
[linux.git] / include / asm-generic / mshyperv.h
index 0becb7d9704da8a46aad52d8c008f81fc5e9a7a6..18d8e2d8210ff8031d5c91180394e2605dab9bf8 100644 (file)
@@ -167,6 +167,7 @@ void hyperv_report_panic(struct pt_regs *regs, long err);
 void hyperv_report_panic_msg(phys_addr_t pa, size_t size);
 bool hv_is_hyperv_initialized(void);
 void hyperv_cleanup(void);
+void hv_setup_sched_clock(void *sched_clock);
 #else /* CONFIG_HYPERV */
 static inline bool hv_is_hyperv_initialized(void) { return false; }
 static inline void hyperv_cleanup(void) {}