/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef __AMD_CAR_H__ #define __AMD_CAR_H__ #include void ap_teardown_car(uint32_t flags); #endif /* __AMD_CAR_H__ */