blob: d68bbb2e221014f454e1dff97f4dee9fd97ae61b [file] [log] [blame]
Jorge Lucangeli Obesbda833c2012-07-31 16:25:56 -07001/* signal.h
2 * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 *
6 * Signal handling functions.
7 */
8
9#ifndef SIGNAL_H
10#define SIGNAL_H
11
12int install_sigsys_handler();
13
14#endif /* SIGNAL_H */