aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_S1G1/socket_S1G1.c
blob: 0b9702c8da0d1c339f0b561d555bf628ddb6311a (plain)
1
2
3
4
5
#include <device/device.h>

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