blob: a0ac9274482d8e6041a1fe2f55ef021226eca325 [file] [log] [blame]
#include <device/device.h>
#include "chip.h"
#if CONFIG_CHIP_NAME == 1
struct chip_operations mainboard_amd_serengeti_leopard_ops = {
CHIP_NAME("AMD Serengeti Leopard mainboard")
};
#endif