aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_S1G1/socket_S1G1.c
blob: 352ecc36337f4ead4d465b733223ce92e473334f (plain)
1
2
3
4
5
6
#include <device/device.h>
#include "chip.h"

struct chip_operations cpu_amd_socket_S1G1_ops = {
	CHIP_NAME("Socket S1G1 CPU")
};