aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/include/arch/stages.h
blob: 09167846cd212940109b83d923f839f485ff4c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __ARCH_STAGES_H
#define __ARCH_STAGES_H

#include <stdint.h>
#include <main_decl.h>

void stage_entry(uintptr_t stage_arg);

#endif