1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #include <device/device.h> 4 5 struct chip_operations mainboard_ops = { }; 6
1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #include <device/device.h> 4 5 struct chip_operations mainboard_ops = { }; 6