summaryrefslogtreecommitdiff
path: root/sig.h
blob: 10627b81ed3499d232f84ea89da44fb4ee67ed3b (plain)
1
2
3
4
5
6
7
#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 */
n>mode:
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>2016-07-03 08:18:57 +0200
committerThierry Reding <treding@nvidia.com>2016-11-07 13:01:42 +0100
commit87ba3e15fb6e94d8dcce838b5de71814b2d1a768 (patch)
treecb68c052c8dee3b3010450b5133364e87e368970
parent9376cad2073d2c122864754ea5f80025c8507b0b (diff)
drm/tegra: Fix error handling
It is likely that checking 'gr3d->clk_secondary' instead of 'gr3d->clk' is expected here. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat