blob: 0f5b157ecab8d623975517f2f9e75a31729f4d9d [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Keith Huie1ec1582010-03-05 16:18:38 +00002
3#include <device/device.h>
Keith Huie1ec1582010-03-05 16:18:38 +00004
5struct chip_operations cpu_intel_slot_1_ops = {
6 CHIP_NAME("Slot 1 CPU")
7};