P4C
The P4 Compiler
Loading...
Searching...
No Matches
backends/tofino/bf-p4c/frontend.h
1
19#ifndef BF_P4C_FRONTEND_H_
20#define BF_P4C_FRONTEND_H_
21
22#include "ir/ir.h"
23
24const IR::P4Program *run_frontend();
25
26#endif // BF_P4C_FRONTEND_H_