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

#ifndef __AMD_CAR_H__
#define __AMD_CAR_H__

#include <stdint.h>

void ap_teardown_car(uint32_t flags);

#endif /* __AMD_CAR_H__ */