| Index: src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
|
| diff --git a/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h b/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
|
| index c002cddff31ec03d5d2ebae715e725c9f1834bdc..b1dc3d2d8a724163488143c0bdd34e0efa2a1168 100644
|
| --- a/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
|
| +++ b/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
|
| @@ -135,4 +135,7 @@ int NCValidatorGetMaxDiagnostics();
|
| */
|
| void NCValidatorSetMaxDiagnostics(int new_value);
|
|
|
| +/* Returns 1 if any code has been overwritten with halts. */
|
| +int NCValidatorDidStubOut(struct NCValidatorState *vstate);
|
| +
|
| #endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCVALIDATE_H__ */
|
|
|