treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / southbridge / intel / common / finalize.h
blob67e039c0ed1f918408fb9e5b4c568f096bff10ed
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #ifndef SOUTHBRIDGE_INTEL_COMMON_FINALIZE_H
5 #define SOUTHBRIDGE_INTEL_COMMON_FINALIZE_H
7 void intel_pch_finalize_smm(void);
9 #endif /* SOUTHBRIDGE_INTEL_COMMON_FINALIZE_H */