aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/serengeti_cheetah/mainboard.c
blob: a156f2e87d0176864d08dbefaf332c20ea7ec3fd (plain)
1
2
3
4
5
6
#include <device/device.h>

struct chip_operations mainboard_ops = {
	CHIP_NAME("AMD Serengeti Cheetah Mainboard")
};