#ifndef INC_PLCD_DAEMON_H #define INC_PLCD_DAEMON_H /* Cleopatre project {{{ * * Copyright (C) 2013 MStar Semiconductor * * <<>> * * }}} */ /** * \file devkit/plcd/inc/plcd_daemon.h * \ingroup plcd */ #include "plcd_ctx.h" #include /* Global variable indicating if a SIGHUP signal occurred, * has been caught in plcd signal handler, * and has now to be processed. */ extern volatile sig_atomic_t is_process_signal_needed; void plcd_daemon_main (plcd_ctx_t *ctx); #endif /* INC_PLCD_DAEMON_H */