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

struct chip_operations cpu_amd_socket_939_ops = {
	CHIP_NAME("socket 939")
};