1/*
2 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 */
6
7#include <assembler.h>
8#include <armv/assembler.h>
9
10.text
11
12BEGIN_FUNC(psci_func)
13    smc #0
14    ret
15END_FUNC(psci_func)
16