blob: 6b7165c6baaa41c045308f67bad779da8261b5ed [file] [log] [blame]
Andrew Scull01778112019-01-14 15:37:53 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Walbran13c3a0b2018-11-30 11:51:53 +00002/*
Andrew Walbran2bc0a322019-03-07 15:48:06 +00003 * Copyright 2018 The Hafnium Authors.
Andrew Walbran13c3a0b2018-11-30 11:51:53 +00004 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
Andrew Walbran13c3a0b2018-11-30 11:51:53 +000013 */
14
Andrew Scull55704232018-08-10 17:19:54 +010015.text
16
17.global hf_call
18hf_call:
19 hvc #0
20 ret