aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhe_g/mainboard.c
blob: d559977c9bfce9ec7068f411a4e532bf5422a432 (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")
};