summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/car.h
blob: 4e78c6382f006e7bfc9ce1f21f862dafbfc8bd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __AMD_CAR_H__
#define __AMD_CAR_H__

#include <stdint.h>

void ap_teardown_car(uint32_t flags);

#endif /* __AMD_CAR_H__ */