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

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