summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_AM2/socket_AM2.c
blob: 0fd649d984806151e6bb8c819971c92186ced445 (plain)
1
2
3
4
5
6
#include <device/device.h>
#include "chip.h"

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