summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apmd/pathnames.h')
-rw-r--r--usr.sbin/apmd/pathnames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/apmd/pathnames.h b/usr.sbin/apmd/pathnames.h
index 393f19f9151..d0961aeeee0 100644
--- a/usr.sbin/apmd/pathnames.h
+++ b/usr.sbin/apmd/pathnames.h
@@ -33,5 +33,7 @@
#define _PATH_APM_ETC_SUSPEND _PATH_APM_ETC_DIR"/suspend"
#define _PATH_APM_ETC_STANDBY _PATH_APM_ETC_DIR"/standby"
#define _PATH_APM_ETC_RESUME _PATH_APM_ETC_DIR"/resume"
+#define _PATH_APM_ETC_POWERUP _PATH_APM_ETC_DIR"/powerup"
+#define _PATH_APM_ETC_POWERDOWN _PATH_APM_ETC_DIR"/powerdown"
#define _PATH_APM_NORMAL "/dev/apm"
#define _PATH_DEV_SPEAKER "/dev/speaker"