00001
00019 #include "hstructures.h"
00020
00021 #ifndef HDAEMON_H
00022 #define HDAEMON_H
00023
00024 #include "../platform_defines.h"
00025 #if SUZAKU_BUILD
00026 #define DAEMON_LOG "/var/hwos_daemon.log"
00027 #else
00028 #define DAEMON_LOG "../logs/hwos_daemon.log"
00029 #endif
00030
00032 #define DEVICE_ROOT "/var/tmp/dev"
00033
00034 #endif
00035