projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "ACPI / EC: Add support to disallow QR_EC to be issued before completing previ...
[firefly-linux-kernel-4.4.55.git]
/
drivers
/
acpi
/
battery.h
1
#ifndef __ACPI_BATTERY_H
2
#define __ACPI_BATTERY_H
3
4
#define ACPI_BATTERY_CLASS "battery"
5
6
#define ACPI_BATTERY_NOTIFY_STATUS 0x80
7
#define ACPI_BATTERY_NOTIFY_INFO 0x81
8
#define ACPI_BATTERY_NOTIFY_THRESHOLD 0x82
9
10
#endif