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