blob: e740a028c5622f85473c35c28d364d66d72bb9f7 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef FSP1_1_CAR_H
#define FSP1_1_CAR_H
#include <fsp/api.h>
#include <stdint.h>
/* Per stage calls from the above two functions. The void * return from
* cache_as_ram_stage_main() is the stack pointer to use in RAM after
* exiting cache-as-ram mode. */
void cache_as_ram_stage_main(FSP_INFO_HEADER *fih);
#endif