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_ */ |