mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: ec/acpi: Add missing include
BUG=None BRANCH=None TEST=None Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/17124 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Change-Id: I61c2191f28b6c2c9a6bc587dc3b6c2ae28205192 Reviewed-on: https://chromium-review.googlesource.com/407167 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
acb4b2009b
commit
e78c60617d
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
#ifndef _EC_ACPI_H
|
||||
#define _EC_ACPI_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define EC_DATA 0x62
|
||||
#define EC_SC 0x66
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue