#ifndef SIG_H #define SIG_H extern void register_signal(int signal, void (*handler)(int)); extern void register_signal_f(int signal, void (*handler)(int), int flags); #endif /* SIG_H */ href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2016-06-17 16:24:43 +0200
committerMark Brown <broonie@kernel.org>2016-06-22 15:52:03 +0100
commit0ac4aeb5185fda7c9dd42964ce3d9c368bb81d41 (patch)
treefa5a927fde716b1552542fb3c2113b8fe1d277b7 /sound
parent1a695a905c18548062509178b98bc91e67510864 (diff)
ASoC: max9867: Fix unix permissions for source files.
Change file permissions of source files max9867.c/h from 0755 to 0644. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')