2bef9a960a
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
11 lines
252 B
C
11 lines
252 B
C
#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"
|
|
|
|
struct chip_operations mainboard_newisys_khepri_ops = {
|
|
CHIP_NAME("Newisys 2100 mainboard")
|
|
};
|
|
|