Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Unified Diff: src/trusted/validator/x86/nacl_cpuid.h

Issue 9535001: Add validation caching interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: More edits Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator/x86/nacl_cpuid.h
diff --git a/src/trusted/validator/x86/nacl_cpuid.h b/src/trusted/validator/x86/nacl_cpuid.h
index 79b608c8c3e2547842eb02f1990ff3219c2272f4..67f91cef608712c7d9421a08e42cd1a866a1c37a 100644
--- a/src/trusted/validator/x86/nacl_cpuid.h
+++ b/src/trusted/validator/x86/nacl_cpuid.h
@@ -15,6 +15,8 @@
#include "native_client/src/include/portability.h"
+EXTERN_C_BEGIN
+
/* The list of features we can get from the CPUID instruction.
* Do not modify this enum without making similar modifications to
* CPUFeatureDescriptions in nacl_cpuid.c.
@@ -144,4 +146,6 @@ void NaClGetCurrentCPUFeatures(NaClCPUFeaturesX86 *cpu_features);
/* Returns true if CPUID is defined, and the CPU is supported. */
int NaClArchSupported(NaClCPUFeaturesX86 *features);
+EXTERN_C_END
+
#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NACL_CPUID_H_ */
« no previous file with comments | « src/trusted/validator/x86/64/ncvalidate_verbose.c ('k') | src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698