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

struct chip_operations mainboard_dell_s1850_ops = {
	CHIP_NAME("Dell S1850 Mainboard")
};