summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/include/soc/ramstage.h
blob: d54a74aa50a4bfc4bad6dcde64e47d1353e0893d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_RAMSTAGE_H_
#define _SOC_RAMSTAGE_H_

#include <arch/cpu.h>
#include <device/device.h>
#include <soc/QuarkNcSocId.h>

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

void mainboard_gpio_i2c_init(struct device *dev);
asmlinkage void chipset_teardown_car(void);

#endif /* _SOC_RAMSTAGE_H_ */