blob: b27a0b3af939a392b3a530da2a407b2555173615 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#pragma once
#include <zircon/syscalls/smc.h>
zx_status_t arch_smc_call(const zx_smc_parameters_t* params, zx_smc_result_t* result);