X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d190cdc3f5544636abb56dc1874be391d3e1b148..5ba3f43ea354af8ad55bea84372a2bc834d8757c:/bsd/sys/ubc_internal.h diff --git a/bsd/sys/ubc_internal.h b/bsd/sys/ubc_internal.h index ba3d848c1..3724348ad 100644 --- a/bsd/sys/ubc_internal.h +++ b/bsd/sys/ubc_internal.h @@ -96,6 +96,8 @@ struct cl_writebehind { struct cs_hash; +uint8_t cs_hash_type(struct cs_hash const *); + struct cs_blob { struct cs_blob *csb_next; cpu_type_t csb_cpu_type; @@ -116,6 +118,9 @@ struct cs_blob { const char *csb_teamid; const CS_GenericBlob *csb_entitlements_blob; /* raw blob, subrange of csb_mem_kaddr */ void * csb_entitlements; /* The entitlements as an OSDictionary */ + unsigned int csb_signer_type; + + /* The following two will be replaced by the csb_signer_type. */ unsigned int csb_platform_binary:1; unsigned int csb_platform_path:1; };