blob: 538cf0e95d1c37a773534c68434e5238a186d259 [file] [log] [blame] [edit]
// Copyright 2023 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
#include "driver_priv.h"
zx_status_t arch_smc_call(const zx_smc_parameters_t* params, zx_smc_result_t* result) {
return ZX_ERR_NOT_SUPPORTED;
}