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

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