2003-07-21 22:13:45 +02:00
|
|
|
#include <device/device.h>
|
2003-08-05 00:13:57 +02:00
|
|
|
#include "chip.h"
|
2004-10-20 07:07:16 +02:00
|
|
|
|
2009-02-18 21:41:57 +01:00
|
|
|
struct chip_operations mainboard_ops = {
|
2006-11-05 19:50:49 +01:00
|
|
|
CHIP_NAME("Tyan S2880 Mainboard")
|
2004-10-20 07:07:16 +02:00
|
|
|
};
|
2006-11-02 15:11:34 +01:00
|
|
|
|