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 */
mit();'>
Diffstat (limited to 'Documentation/devicetree/usage-model.txt')
th>commit
2ba90ccca7758fe77f47750dc8a938a99b8bd4af (patch)
tree16e1498b11f39c5857946b1fc406d3b87ac71aef
parentc3cbd075fce77cf3f8782be9f971e8257508c98e (diff)
core-api: remove an unexpected unident
As complained by Sphinx: Documentation/core-api/assoc_array.rst:13: WARNING: Enumerated list ends without a blank line; unexpected unindent. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat