repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git]
/
src
/
soc
/
amd
/
common
/
block
/
include
/
amdblocks
/
car.h
blob
2f5892463a4ffb3ee4b2ba412d363530976d365b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef AMD_BLOCK_CAR_H
4
#define AMD_BLOCK_CAR_H
5
6
#include <stdint.h>
7
8
void
ap_teardown_car
(
uint32_t
flags
);
9
10
#endif
/* AMD_BLOCK_CAR_H */