summaryrefslogtreecommitdiffstats
path: root/src/arch/ppc64/include/arch/stages.h
blob: 0d92e232b456e42ae41547e7a7e4e128f0a02742 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#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