aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2735/mainboard.c
blob: 267755cb04f0c9ada70364aa047a12bee60d840b (plain)
1
2
3
4
5
6
7
#include <device/device.h>
#include "chip.h"

struct chip_operations mainboard_ops = {
	CHIP_NAME("Tyan S2735 Mainboard")
};