blob: 067f095325249f7ee9ce44dc9378f56e5a654a28 [file] [log] [blame]
/*
* Header file of MobiCore Driver Kernel Module.
*
* <-- Copyright Giesecke & Devrient GmbH 2009-2012 -->
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _MC_PM_H_
#define _MC_PM_H_
/* How much time after resume the daemon should back off */
#define DAEMON_BACKOFF_TIME 10
#endif /* _MC_PM_H_ */