summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/agesa/family15tn/chip_name.c
blob: 1fb2ef36e7e2d42efe6f028b9becb4b728b5f4f0 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <device/device.h>

struct chip_operations cpu_amd_agesa_family15tn_ops = {
	CHIP_NAME("AMD CPU Family 15h Model 10h-1Fh")
};