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

#ifndef __ARCH_STAGES_H
#define __ARCH_STAGES_H

#include <main_decl.h>

void stage_entry(uintptr_t stage_arg) __attribute__((section(".text.stage_entry")));

#endif