#ifndef DEV_H #define DEV_H #include #include "built_in.h" extern int device_mtu(const char *ifname); extern int device_address(const char *ifname, int af, struct sockaddr_storage *ss); extern int device_ifindex(const char *ifname); extern short device_get_flags(const char *ifname); extern void device_set_flags(const char *ifname, const short flags); extern int device_up_and_running(char *ifname); extern u32 device_bitrate(const char *ifname); #endif /* DEV_H */ tle='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hansverk@cisco.com>2016-08-10 06:00:53 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-22 13:27:15 -0300
commit277f963cea4ec87144c6713377322fe3bf172a5e (patch)
tree9d17636b7d6e8900cdec5e94cbf03bc99253532f /Documentation
parent31dc8b7302f1e48952ec8e90cd49dca843146cd0 (diff)
[media] cec: improve dqevent documentation
The documentation for the cec_event_state_change struct was incomplete. This patch documents what happens in the corner cases. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')