mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
10 lines
154 B
C
10 lines
154 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright 2019 Google LLC
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ARCH_PCH_H
|
||
|
#define _ASM_ARCH_PCH_H
|
||
|
|
||
|
#endif /* _ASM_ARCH_PCH_H */
|