aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family15rl/chip_name.c
blob: 83915c93b5bae53192c23cdc997a16e48d9b72d7 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com>
 * Subject to the GNU GPL v2, or (at your option) any later version.
 */

#include <device/device.h>

struct chip_operations cpu_amd_agesa_family15rl_ops = {
	CHIP_NAME("AMD CPU Family 15h")
};