summaryrefslogtreecommitdiff
path: root/kernel/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/utils.h')
-rw-r--r--kernel/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/utils.h b/kernel/utils.h
index a03caf80..264558b8 100644
--- a/kernel/utils.h
+++ b/kernel/utils.h
@@ -25,6 +25,8 @@
#ifndef UTILS_H
#define UTILS_H
+YOSYS_NAMESPACE_BEGIN
+
// ------------------------------------------------
// A map-like container, but you can save and restore the state
// ------------------------------------------------
@@ -207,4 +209,6 @@ struct TopoSort
}
};
+YOSYS_NAMESPACE_END
+
#endif