summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak/chip.h
blob: b1c93dd8362346cb7e549b68ef43ae196ea751b9 (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 SOUTHBRIDGE_INTEL_IBEXPEAK_CHIP_H
#define SOUTHBRIDGE_INTEL_IBEXPEAK_CHIP_H

#define southbridge_intel_bd82x6x_config southbridge_intel_ibexpeak_config

#include "../bd82x6x/chip.h"

#endif