1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_DPDK_PROGRAM_INFO_H_
2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_PNA_DPDK_PROGRAM_INFO_H_
8#include "lib/cstring.h"
9#include "lib/ordered_map.h"
11#include "backends/p4tools/modules/testgen/lib/continuation.h"
12#include "backends/p4tools/modules/testgen/targets/pna/shared_program_info.h"
20 std::vector<Continuation::Command> processDeclaration(
const IR::Type_Declaration *typeDecl,
21 size_t blockIdx)
const;
Definition ordered_map.h:32