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

struct chip_operations cpu_amd_socket_AM2_ops = {
	CHIP_NAME("Socket AM2 CPU")
};