ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git] / src / soc / amd / common / block / include / amdblocks / car.h
blob2f5892463a4ffb3ee4b2ba412d363530976d365b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef AMD_BLOCK_CAR_H
4 #define AMD_BLOCK_CAR_H
6 #include <stdint.h>
8 void ap_teardown_car(uint32_t flags);
10 #endif /* AMD_BLOCK_CAR_H */