Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114101
b: refs/heads/master
c: cc7d705
h: refs/heads/master
i:
  114099: 46cf28a
v: v3
  • Loading branch information
Brandon Philips authored and Mauro Carvalho Chehab committed Oct 13, 2008
1 parent 449cc68 commit f203950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8953db793d5bdeea5ac92c9e97f57d3ff8a7dccf
refs/heads/master: cc7d705e7a2c28ae1bd8b2fd29524277262967ab
6 changes: 3 additions & 3 deletions trunk/include/linux/dvb/frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,14 +328,14 @@ struct dtv_property {
int result;
} __attribute__ ((packed));

/* No more than 16 properties during any given ioctl */
/* num of properties cannot exceed DTV_IOCTL_MAX_MSGS per ioctl */
#define DTV_IOCTL_MAX_MSGS 64

struct dtv_properties {
__u32 num;
struct dtv_property *props;
};

#define DTV_IOCTL_MAX_MSGS 64

#define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties)
#define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties)

Expand Down

0 comments on commit f203950

Please sign in to comment.