summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/include/soc/ramstage.h
blob: 13477555c6683a0415f3c1186743ad7986c8a95e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _BROADWELL_RAMSTAGE_H_
#define _BROADWELL_RAMSTAGE_H_

#include <device/device.h>
#include <soc/intel/broadwell/chip.h>

void broadwell_run_reference_code(void);

#endif