1 /* 2 * Copyright (C) 2018-2022 Intel Corporation. 3 * SPDX-License-Identifier: BSD-3-Clause 4 */ 5 6 extern int crash_match_filefmt(const struct crash_t *crash, 7 const char *filefmt); 8 extern void init_crash_reclassify(void); 9