aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2885/mainboard.c
blob: 82d6724e8ba0bed65df2d9d5a4d0d1b0be324ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include "chip.h"

#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2885_ops = {
	CHIP_NAME("Tyan S2885 mainboard")
};
#endif