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.8 15 lines 221 B view raw
1.. -*- coding: utf-8; mode: rst -*- 2 3.. _dtv-properties: 4 5********************* 6struct dtv_properties 7********************* 8 9 10.. code-block:: c 11 12 struct dtv_properties { 13 __u32 num; 14 struct dtv_property *props; 15 };