diff options
Diffstat (limited to 'firmware/export/config/hibylinux.h')
-rw-r--r-- | firmware/export/config/hibylinux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/hibylinux.h b/firmware/export/config/hibylinux.h index e73faa7608..f1e52917ba 100644 --- a/firmware/export/config/hibylinux.h +++ b/firmware/export/config/hibylinux.h @@ -84,3 +84,7 @@ #define MULTIDRIVE_DIR "/mnt/usb" #define MULTIDRIVE_DEV "/sys/block/sda" #define ROOTDRIVE_DEV "/sys/block/mmcblk0" + +/* More common stuff */ +#define BATTERY_DEV_NAME "battery" +#define POWER_DEV_NAME "usb" |