]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/misc_protos.h
xnu-2782.1.97.tar.gz
[apple/xnu.git] / osfmk / i386 / misc_protos.h
index 8bba95cdaf8103b1ae9a4baa989b247adddbad10..708404a9803df3a17d62481edacb6af773c28ca4 100644 (file)
@@ -152,6 +152,8 @@ extern void act_machine_switch_pcb(thread_t old, thread_t new);
 #define FULL_SLAVE_INIT        (NULL)
 #define FAST_SLAVE_INIT        ((void *)(uintptr_t)1)
 
-uint64_t ml_early_random(void);
 void cpu_pmc_control(void *);
+
+extern void pstate_trace(void);
+
 #endif /* _I386_MISC_PROTOS_H_ */