summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/car.h
blob: 2f5892463a4ffb3ee4b2ba412d363530976d365b (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef AMD_BLOCK_CAR_H
#define AMD_BLOCK_CAR_H

#include <stdint.h>

void ap_teardown_car(uint32_t flags);

#endif /* AMD_BLOCK_CAR_H */