blob: 238c707fd58dde775bd75acbcbb83d69bc349cc8 [file] [log] [blame]
#include <device/device.h>
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_tyan_s2850_ops = {
CHIP_NAME("Tyan S2850 mainboard")
};
#endif