#ifndef IRQ_H #define IRQ_H extern int device_irq_number(const char *ifname); extern void device_restore_irq_affinity_list(void); extern int device_set_irq_affinity_list(int irq, unsigned long from, unsigned long to); extern int device_set_irq_affinity(int irq, unsigned long cpu); #endif /* IRQ_H */ href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation/w1/masters?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/w1/masters
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-05-04 17:01:36 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-05-06 11:08:58 -0700
commitbc3c57c13256c748a4e71d2ea7481d0c953e88e1 (patch)
tree8e842420e522430a890b741e294d381698cccf6a /Documentation/w1/masters
parent9735a22799b9214d17d3c231fe377fc852f042e9 (diff)
rpmsg: add THIS_MODULE to rpmsg_driver in rpmsg core
Add register_rpmsg_driver helper macro that adds THIS_MODULE to rpmsg_driver for the registering driver. We rename and modify the existing register_rpmsg_driver to enable this. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/w1/masters')