aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-02-08 08:47:37 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-02-12 18:09:14 +0100
commit98682e5e2aefc9aad61354f4f3ac93be96002a2a (patch)
tree04d0977ddcf677cc32fe7c8376e79765058406be /executor/common.h
parent394d4bf77bc71747a74968f49ef153a8c9ff0cd4 (diff)
sys/linux: add ieee802154 descriptions
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/common.h b/executor/common.h
index d86011223..b5a1ba593 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -765,6 +765,9 @@ int main(void)
#if SYZ_USB
setup_usb();
#endif
+#if SYZ_802154
+ setup_802154();
+#endif
#if SYZ_HANDLE_SEGV
install_segv_handler();