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