mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
12 lines
162 B
C
12 lines
162 B
C
|
/* SPDX-License-Identifier: Intel */
|
||
|
/*
|
||
|
* Copyright 2019 Google LLC
|
||
|
*/
|
||
|
|
||
|
#ifndef __FSP_VPD_H
|
||
|
#define __FSP_VPD_H
|
||
|
|
||
|
/* Nothing to declare here for FSP2 */
|
||
|
|
||
|
#endif
|