X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/5ba3f43ea354af8ad55bea84372a2bc834d8757c..94ff46dc2849db4d43eaaf144872decc522aafb4:/bsd/sys/fbt.h diff --git a/bsd/sys/fbt.h b/bsd/sys/fbt.h index fdda0b161..88b365d79 100644 --- a/bsd/sys/fbt.h +++ b/bsd/sys/fbt.h @@ -66,10 +66,9 @@ extern int fbt_invop(uintptr_t, uintptr_t *, uintptr_t); extern void fbt_provide_module(void *, struct modctl *); extern int fbt_enable (void *arg, dtrace_id_t id, void *parg); -extern int fbt_module_excluded(struct modctl*); -extern int fbt_excluded(const char *); +extern bool fbt_module_excluded(struct modctl*); +extern bool fbt_excluded(const char *); -extern void fbt_provide_probe(struct modctl *ctl, uintptr_t instr_low, uintptr_t instr_high, char *modname, char* symbol_name, machine_inst_t* symbol_start); - -extern void fbt_provide_module_kernel_syms(struct modctl *ctl); +extern void fbt_blacklist_init(void); +extern void fbt_provide_probe(struct modctl *ctl, const char *modname, const char *name, machine_inst_t *instr, machine_inst_t *limit); #endif /* _FBT_H */