summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_AM2/socket_AM2.c
blob: 474e19dc864593e94bd7eebbac5b174af765e0b9 (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 CPU")
};