2003-12-02 21:43:08 +01:00
|
|
|
#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"
|
2004-10-20 07:07:16 +02:00
|
|
|
|
|
|
|
struct chip_operations mainboard_tyan_s4880_ops = {
|
2004-11-04 12:04:33 +01:00
|
|
|
CHIP_NAME("Tyan s4880 mainboard")
|
2004-10-20 07:07:16 +02:00
|
|
|
};
|