blob: f48216b970212661256c8eb256cd076e18c6e301 [file] [log] [blame]
/*
* Copyright 2016 Google LLC
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but without any warranty; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
.global smc
.type smc, function
smc:
/* X0-X6 passed through as call parameters. X0 is always Function ID. */
smc #0
ret /* X0 passed through as return value */