blob: c63b434597e66e1da7acf99e73e8ae2c33c11a94 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
#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 */
|