OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2011 The Native Client Authors. All rights reserved. | 2 * Copyright (c) 2011 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 _VALIDATOR_X86_64_H_ | 7 #ifndef _VALIDATOR_X86_64_H_ |
8 #define _VALIDATOR_X86_64_H_ | 8 #define _VALIDATOR_X86_64_H_ |
9 | 9 |
10 #include <inttypes.h> | 10 #include <inttypes.h> |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 process_error_func process_error, void *userdata); | 92 process_error_func process_error, void *userdata); |
93 | 93 |
94 int ValidateChunkIA32(const uint8_t *data, size_t size, | 94 int ValidateChunkIA32(const uint8_t *data, size_t size, |
95 process_error_func process_error, void *userdata); | 95 process_error_func process_error, void *userdata); |
96 | 96 |
97 #ifdef __cplusplus | 97 #ifdef __cplusplus |
98 } | 98 } |
99 #endif | 99 #endif |
100 | 100 |
101 #endif | 101 #endif |
OLD | NEW |