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

struct chip_operations supermicro_x6dhe_g_ops = {
    CHIP_NAME("Supermicro X6DHE-G Mainboard")
};