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 */
oscript>
authorChenhui Zhao <chenhui.zhao@nxp.com>2016-04-15 18:47:46 +0800
committerScott Wood <oss@buserror.net>2016-05-16 18:23:59 -0500
commitd2d79dcc661d6a5b70597ab982e09d7752d66101 (patch)
treee6c8aa3e9a346a23a2c6cbb158964546c4d70d1b
parented8fd100b494b95118097ddfcc3f8c112a9a04f0 (diff)
powerpc/fsl: Fix rcpm compatible string
For T1040, T1042, T1023, and T1024, they should use the compatible string "fsl,qoriq-rcpm-2.1". Signed-off-by: Chenhui Zhao <chenhui.zhao@nxp.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat