summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/include/soc/romstage.h
blob: 4086ace6ef4d9615a8e4f42cba6861522049135b (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __STONEYRIDGE_ROMSTAGE_H__
#define __STONEYRIDGE_ROMSTAGE_H__

void mainboard_romstage_entry_s3(int s3_resume);

#endif /* __STONEYRIDGE_ROMSTAGE_H__ */