From e1ba379fb7633c7bc3f0545bd62906f1b0665b4b Mon Sep 17 00:00:00 2001 From: gatecat Date: Mon, 4 Jul 2022 18:24:15 +0200 Subject: generic: Use arch_pybindings_shared Signed-off-by: gatecat --- common/kernel/arch_pybindings_shared.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/kernel/arch_pybindings_shared.h') diff --git a/common/kernel/arch_pybindings_shared.h b/common/kernel/arch_pybindings_shared.h index b3dc0506..bfb58f11 100644 --- a/common/kernel/arch_pybindings_shared.h +++ b/common/kernel/arch_pybindings_shared.h @@ -145,3 +145,9 @@ fn_wrapper_1a, conv_from_str, conv_from_str>::def_wrap(ctx_cls, "isValidBelForCellType"); + +fn_wrapper_1a, + pass_through>::def_wrap(ctx_cls, "getDelayFromNS"); + +fn_wrapper_1a, + pass_through>::def_wrap(ctx_cls, "getDelayNS"); \ No newline at end of file -- cgit v1.2.3