From 5f27eddedfa6341ca86be5974079491c6f537ed9 Mon Sep 17 00:00:00 2001 From: rjkm Date: Wed, 23 Apr 2025 00:45:17 +0200 Subject: [PATCH] add ATSC-3 and ISDB-S3 --- include/linux/dvb/frontend.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index c135ef3..25953c5 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -705,6 +705,8 @@ enum fe_delivery_system { SYS_TURBO, SYS_DVBC_ANNEX_C, SYS_DVBC2, + SYS_ATSC3, + SYS_ISDBS3, }; /* backward compatibility definitions for delivery systems */