xref: /openbmc/linux/Documentation/userspace-api/media/dvb/dvb-frontend-event.rst (revision 4464005a12b5c79e1a364e6272ee10a83413f928)
1.. Permission is granted to copy, distribute and/or modify this
2.. document under the terms of the GNU Free Documentation License,
3.. Version 1.1 or any later version published by the Free Software
4.. Foundation, with no Invariant Sections, no Front-Cover Texts
5.. and no Back-Cover Texts. A copy of the license is included at
6.. Documentation/userspace-api/media/fdl-appendix.rst.
7..
8.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
9
10.. c:type:: dvb_frontend_event
11
12***************
13frontend events
14***************
15
16
17.. code-block:: c
18
19     struct dvb_frontend_event {
20	 fe_status_t status;
21	 struct dvb_frontend_parameters parameters;
22     };
23