aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/mew-vm/mainboard.c
blob: 6705927f273ca74583652eecf878314db042244f (plain)
1
2
3
4
5
#include <device/device.h>

struct chip_operations mainboard_ops = {
	CHIP_NAME("ASUS MEW-VM Mainboard")
};