summaryrefslogtreecommitdiffstats
path: root/src/mainboard/supermicro/x11-lga1151-series/include/mainboard.h
blob: fc7391c379e464ab7451205ddf1338622f632862 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _BASEBOARD_X11_LGA1151_SERIES_H
#define _BASEBOARD_X11_LGA1151_SERIES_H

#include <device/device.h>

void variant_mainboard_init(struct device *dev);

#endif /* _BASEBOARD_X11_LGA1151_SERIES_H */