diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-02-08 08:47:37 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-02-12 18:09:14 +0100 |
| commit | 98682e5e2aefc9aad61354f4f3ac93be96002a2a (patch) | |
| tree | 04d0977ddcf677cc32fe7c8376e79765058406be /executor/executor_linux.h | |
| parent | 394d4bf77bc71747a74968f49ef153a8c9ff0cd4 (diff) | |
sys/linux: add ieee802154 descriptions
Diffstat (limited to 'executor/executor_linux.h')
| -rw-r--r-- | executor/executor_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor_linux.h b/executor/executor_linux.h index e66c92e3d..57c2638ea 100644 --- a/executor/executor_linux.h +++ b/executor/executor_linux.h @@ -222,4 +222,5 @@ static feature_t features[] = { {"kcsan", setup_kcsan}, {"usb", setup_usb}, {"sysctl", setup_sysctl}, + {"802154", setup_802154}, }; |
