selinux: fix overflow and 0 length allocations
[deliverable/linux.git] / Documentation / media / uapi / dvb / dtv-properties.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _dtv-properties:
4
5 *********************
6 struct dtv_properties
7 *********************
8
9
10 .. code-block:: c
11
12 struct dtv_properties {
13 __u32 num;
14 struct dtv_property *props;
15 };
This page took 0.031937 seconds and 5 git commands to generate.