summaryrefslogtreecommitdiff
path: root/chromium/chrome_elf/ntdll_cache.h
blob: 4608cf19367aca95dc616350e355d56c5a05c545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_ELF_NTDLL_CACHE_H_
#define CHROME_ELF_NTDLL_CACHE_H_

#include "chrome_elf/chrome_elf_types.h"

// Caches the addresses of all functions exported by ntdll in  |g_ntdll_lookup|.
void InitCache();

extern FunctionLookupTable g_ntdll_lookup;

#endif  // CHROME_ELF_NTDLL_CACHE_H_