| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. | 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_RAGEL_VALIDATOR_H_ | 7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_RAGEL_VALIDATOR_H_ |
| 8 #define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_RAGEL_VALIDATOR_H_ | 8 #define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_RAGEL_VALIDATOR_H_ |
| 9 | 9 |
| 10 #include "native_client/src/trusted/validator_ragel/unreviewed/decoder.h" | 10 #include "native_client/src/trusted/validator_ragel/unreviewed/decoder.h" |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 */ | 136 */ |
| 137 Bool ValidateChunkIA32(const uint8_t *data, size_t size, | 137 Bool ValidateChunkIA32(const uint8_t *data, size_t size, |
| 138 enum validation_options options, | 138 enum validation_options options, |
| 139 const NaClCPUFeaturesX86 *cpu_features, | 139 const NaClCPUFeaturesX86 *cpu_features, |
| 140 validation_callback_func user_callback, | 140 validation_callback_func user_callback, |
| 141 void *callback_data); | 141 void *callback_data); |
| 142 | 142 |
| 143 EXTERN_C_END | 143 EXTERN_C_END |
| 144 | 144 |
| 145 #endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_RAGEL_VALIDATOR_H_ */ | 145 #endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_RAGEL_VALIDATOR_H_ */ |
| OLD | NEW |