blob: 73d962513b6875622e2b1f50608bb140e00af37f (
plain)
1
2
3
4
5
6
7
8
9
|
#include <device/device.h>
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_amd_serengeti_cheetah_ops = {
CHIP_NAME("AMD Serengeti Cheetah Mainboard")
};
#endif
|