17#ifndef BACKENDS_UBPF_UBPFBACKEND_H_
18#define BACKENDS_UBPF_UBPFBACKEND_H_
20#include "backends/ebpf/ebpfOptions.h"
21#include "frontends/p4/evaluator/evaluator.h"
26void run_ubpf_backend(
const EbpfOptions &options,
const IR::ToplevelBlock *toplevel,
27 P4::ReferenceMap *refMap, P4::TypeMap *typeMap);
28std::string extract_file_name(
const std::string &fullPath);