blob: 7b0dfabb04f910e97bb12778684f7e18b367f5ab [file] [log] [blame]
/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#if !defined(_SIGNAL_HANDLING_H_)
#define _SIGNAL_HANDLING_H_
void signal_start(void);
#endif