File: sleepd.h

package info (click to toggle)
sleepd 1.3.7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 128 kB
  • ctags: 98
  • sloc: ansic: 763; makefile: 57; sh: 52
file content (5 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#define MAX_IRQS 255
#define INTERRUPTS "/proc/interrupts"
#define DEFAULT_SLEEP_TIME 10
#define PID_FILE "/var/run/sleepd.pid"
#define CONTROL_FILE "/var/run/sleepd.ctl"