[email protected] | 91f0755 | 2013-11-13 10:01:01 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #ifndef CHROME_ELF_CHROME_ELF_MAIN_H_ | ||||
6 | #define CHROME_ELF_CHROME_ELF_MAIN_H_ | ||||
7 | |||||
scottmg | 616b30a | 2017-03-10 23:58:08 | [diff] [blame] | 8 | extern "C" void SignalInitializeCrashReporting(); |
[email protected] | cab3087 | 2013-12-19 23:15:59 | [diff] [blame] | 9 | extern "C" void SignalChromeElf(); |
wfh | 9384627 | 2017-06-28 11:50:47 | [diff] [blame] | 10 | extern "C" void DumpProcessWithoutCrash(); |
[email protected] | 91f0755 | 2013-11-13 10:01:01 | [diff] [blame] | 11 | |
12 | #endif // CHROME_ELF_CHROME_ELF_MAIN_H_ |