summaryrefslogtreecommitdiff
path: root/src/arch/arm64/include/arch/acpi.h
blob: 5a9005c078d9c827b505e398b70995061f7c3be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __ARCH_ACPI_H_
#define __ARCH_ACPI_H_

/* STUB */

static inline int acpi_is_wakeup(void) { return 0; }
static inline int acpi_is_wakeup_s3(void) { return 0; }
static inline int acpi_is_wakeup_s4(void) { return 0; }

#endif  /* __ARCH_ACPI_H_ */