mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
10 lines
170 B
C
10 lines
170 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright 2019 Google LLC
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ACPI_TABLE_H__
|
||
|
#define __ASM_ACPI_TABLE_H__
|
||
|
|
||
|
#endif /* __ASM_ACPI_TABLE_H__ */
|