12 lines
217 B
C
12 lines
217 B
C
|
/*
|
||
|
* @file signal_executir_sleep.h
|
||
|
|
||
|
* @date Oct 28, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef SIGNAL_EXECUTOR_SLEEP_H_
|
||
|
#define SIGNAL_EXECUTOR_SLEEP_H_
|
||
|
|
||
|
#endif /* SIGNAL_EXECUTOR_SLEEP_H_ */
|