summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/car.h
blob: 055f294625a88431365cd7d23b7b9293b313b66a (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__ */