blob: 225f493d4c276e80d8b57419b23e7976eac43403 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Alexander Mezinf03be352014-03-12 00:58:46 +07002#ifndef __ACPI_BATTERY_H
3#define __ACPI_BATTERY_H
4
5#define ACPI_BATTERY_CLASS "battery"
6
7#define ACPI_BATTERY_NOTIFY_STATUS 0x80
8#define ACPI_BATTERY_NOTIFY_INFO 0x81
9#define ACPI_BATTERY_NOTIFY_THRESHOLD 0x82
10
11#endif