Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.13-rc1 15 lines 246 B view raw
1.. -*- coding: utf-8; mode: rst -*- 2 3.. c:type:: dvb_frontend_event 4 5*************** 6frontend events 7*************** 8 9 10.. code-block:: c 11 12 struct dvb_frontend_event { 13 fe_status_t status; 14 struct dvb_frontend_parameters parameters; 15 };