blob: 68fae29204f16effc4ce570cfd27a4f8a60cf8ee (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only */
#include <amdblocks/mca.h>
void mca_check_all_banks(void)
{
/* TODO: Implement MCAX register checking and BERT table generation. */
}
|