aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/route.h')
-rw-r--r--common/route.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/route.h b/common/route.h
index 5ecbd823..d9c240b3 100644
--- a/common/route.h
+++ b/common/route.h
@@ -22,6 +22,10 @@
#include "design.h"
+NEXTPNR_NAMESPACE_BEGIN
+
extern void route_design(Design *design);
+NEXTPNR_NAMESPACE_END
+
#endif // ROUTE_H