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

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