Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
16 lines
270 B
ReStructuredText
16 lines
270 B
ReStructuredText
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
|
|
|
.. c:type:: dvb_frontend_event
|
|
|
|
***************
|
|
frontend events
|
|
***************
|
|
|
|
|
|
.. code-block:: c
|
|
|
|
struct dvb_frontend_event {
|
|
fe_status_t status;
|
|
struct dvb_frontend_parameters parameters;
|
|
};
|