aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/newisys/khepri/mainboard.c
blob: d278fd2501169a0b065e655b3b6fc341ac8c487a (plain)
1
2
3
4
5
6
7
#include <device/device.h>
#include "chip.h"

struct chip_operations mainboard_ops = {
	CHIP_NAME("Newisys 2100 Mainboard")
};