summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/gaze16/include/variant/romstage.h
blob: 9008cb95f2a0dc7c35d4467da91b720b74099265 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef VARIANT_ROMSTAGE_H
#define VARIANT_ROMSTAGE_H

#include <fsp/soc_binding.h>

void variant_memory_init_params(FSPM_UPD *mupd);

#endif