diff options
Diffstat (limited to 'chrome_elf/ntdll_cache.h')
-rw-r--r-- | chrome_elf/ntdll_cache.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome_elf/ntdll_cache.h b/chrome_elf/ntdll_cache.h index 4608cf19..5e4fb2b 100644 --- a/chrome_elf/ntdll_cache.h +++ b/chrome_elf/ntdll_cache.h @@ -7,9 +7,15 @@ #include "chrome_elf/chrome_elf_types.h" +namespace sandbox { +struct ThunkData; +} + // Caches the addresses of all functions exported by ntdll in |g_ntdll_lookup|. void InitCache(); extern FunctionLookupTable g_ntdll_lookup; +extern sandbox::ThunkData g_nt_thunk_storage; + #endif // CHROME_ELF_NTDLL_CACHE_H_ |