2005-07-06 20:17:06 +02:00
|
|
|
#include <device/device.h>
|
|
|
|
#include "chip.h"
|
|
|
|
|
2009-02-18 21:41:57 +01:00
|
|
|
struct chip_operations mainboard_ops = {
|
2006-11-05 19:50:49 +01:00
|
|
|
CHIP_NAME("Tyan S4880 Mainboard")
|
2005-07-06 20:17:06 +02:00
|
|
|
};
|
2006-11-02 15:11:34 +01:00
|
|
|
|