btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / kernel / core_dump.h
blob65808c31163168e563a24f50e5b6a6f5c328a271
1 /*
2 * Copyright 2016, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 * Core dump support.
6 */
7 #ifndef _KERNEL_CORE_DUMP_H
8 #define _KERNEL_CORE_DUMP_H
11 #include <SupportDefs.h>
14 status_t core_dump_write_core_file(const char* path, bool killTeam);
15 void core_dump_trap_thread();
18 #endif // _KERNEL_CORE_DUMP_H