include: Update lightning.h to upstream version
authorPaul Cercueil <paul@crapouillou.net>
Fri, 1 Nov 2024 23:37:10 +0000 (00:37 +0100)
committerPaul Cercueil <paul@crapouillou.net>
Fri, 1 Nov 2024 23:37:14 +0000 (00:37 +0100)
Update the local lightning.h to a version generated from the latest
upstream.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
include/lightning/lightning.h

index b6b7bbe..f669f68 100644 (file)
@@ -154,6 +154,8 @@ typedef jit_int32_t         jit_fpr_t;
 #  include <lightning/jit_riscv.h>
 #elif defined(__loongarch__)
 #  include <lightning/jit_loongarch.h>
+#elif defined(__sh__)
+#  include <lightning/jit_sh.h>
 #endif
 
 #define jit_flag_node          0x0001  /* patch node not absolute */