P4C
The P4 Compiler
Loading...
Searching...
No Matches
ubpfHelpers.h
1/*
2 * Copyright 2019 Orange
3 * SPDX-FileCopyrightText: 2019 Orange
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef BACKENDS_UBPF_UBPFHELPERS_H_
9#define BACKENDS_UBPF_UBPFHELPERS_H_
10
11namespace P4::UBPF {
12
13#ifndef UNUSED
14#define UNUSED __attribute__((__unused__))
15#endif
16
17} // namespace P4::UBPF
18
19#endif // BACKENDS_UBPF_UBPFHELPERS_H_