diff options
| author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-07 15:44:21 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 16:47:37 -0400 |
| commit | 486ef85e93a4829e8f49d3bfe3ee3a29379868d3 (patch) | |
| tree | 04e259c366cc4ba5ba849f67767a41b3a4c0e49b /include/uapi/linux/dvb | |
| parent | 81a7c6d9bb14956d9feb619ae724aaa90ea55288 (diff) | |
[media] dvb: frontend.h: add a note for the deprecated enums/structs
Let be clear, at the header, about what got deprecated.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/uapi/linux/dvb')
| -rw-r--r-- | include/uapi/linux/dvb/frontend.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index e764fd8b7e35..00a20cd21ee2 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h | |||
| @@ -486,6 +486,12 @@ struct dtv_properties { | |||
| 486 | 486 | ||
| 487 | #if defined(__DVB_CORE__) || !defined (__KERNEL__) | 487 | #if defined(__DVB_CORE__) || !defined (__KERNEL__) |
| 488 | 488 | ||
| 489 | /* | ||
| 490 | * DEPRECATED: The DVBv3 ioctls, structs and enums should not be used on | ||
| 491 | * newer programs, as it doesn't support the second generation of digital | ||
| 492 | * TV standards, nor supports newer delivery systems. | ||
| 493 | */ | ||
| 494 | |||
| 489 | enum fe_bandwidth { | 495 | enum fe_bandwidth { |
| 490 | BANDWIDTH_8_MHZ, | 496 | BANDWIDTH_8_MHZ, |
| 491 | BANDWIDTH_7_MHZ, | 497 | BANDWIDTH_7_MHZ, |
