P4C
The P4 Compiler
Loading...
Searching...
No Matches
crash.h
1
/*
2
* SPDX-FileCopyrightText: 2013 Barefoot Networks, Inc.
3
* Copyright 2013-present Barefoot Networks, Inc.
4
*
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
#ifndef LIB_CRASH_H_
9
#define LIB_CRASH_H_
10
11
namespace
P4
{
12
13
void
setup_signals();
14
const
char
*addr2line(
void
*addr,
const
char
*text);
15
16
}
// namespace P4
17
18
#endif
/* LIB_CRASH_H_ */
P4
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition
applyOptionsPragmas.cpp:13
lib
crash.h
Generated by
1.13.2