blob: 067f095325249f7ee9ce44dc9378f56e5a654a28 [file] [log] [blame]
Lukas Hänel28a9ffd2012-11-07 13:17:39 +09001/*
2 * Header file of MobiCore Driver Kernel Module.
3 *
4 * <-- Copyright Giesecke & Devrient GmbH 2009-2012 -->
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11#ifndef _MC_PM_H_
12#define _MC_PM_H_
13
14/* How much time after resume the daemon should back off */
15#define DAEMON_BACKOFF_TIME 10
16
17#endif /* _MC_PM_H_ */