aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner/mainboard.c
blob: ec1503e46988011e08f66cfb3c019a28963eca1b (plain)
1
2
3
4
5
6
#include <device/device.h>

struct chip_operations mainboard_ops = {
	CHIP_NAME("Lippert Cool Frontrunner Mainboard")
};