2d4b77ae3f72c001267d087b2ae9b9724cba41e6
[coreboot.git] / src / mainboard / sunw / ultra40 / mainboard.c
1 #include <device/device.h>
2 #include "chip.h"
3
4 #if CONFIG_CHIP_NAME == 1
5 struct chip_operations mainboard_ops = {
6         CHIP_NAME("Sun Ultra 40 Mainboard")
7 };
8 #endif
9