blob: bf81fc4e4bc242b65283b137707b93b99aaf6af0 [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/*
3 * Copyright 2018 Google LLC
4 *
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.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
Andrew Scull01778112019-01-14 15:37:53 +000016 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17 * USA.
Andrew Walbran13c3a0b2018-11-30 11:51:53 +000018 */
19
Andrew Scull55704232018-08-10 17:19:54 +010020.text
21
22.global hf_call
23hf_call:
24 hvc #0
25 ret