diff --git a/backends/tofino/bf-asm/alloc.h b/backends/tofino/bf-asm/alloc.h index e3aac68e5e1..47b468c13af 100644 --- a/backends/tofino/bf-asm/alloc.h +++ b/backends/tofino/bf-asm/alloc.h @@ -7,7 +7,7 @@ #include #include -namespace BFN { +namespace P4::BFN { template class Alloc1Dbase { @@ -225,6 +225,6 @@ class Alloc3D : public Alloc3Dbase { Alloc3Dbase &base() { return *this; } }; -} // namespace BFN +} // namespace P4::BFN #endif /* BACKENDS_TOFINO_BF_ASM_ALLOC_H_ */