mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
17 lines
447 B
C
17 lines
447 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
// Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved.
|
||
|
|
||
|
#include <linux/dma-mapping.h>
|
||
|
|
||
|
#include "hinic3_common.h"
|
||
|
#include "hinic3_hwdev.h"
|
||
|
#include "hinic3_hwif.h"
|
||
|
#include "hinic3_mbox.h"
|
||
|
|
||
|
int hinic3_send_mbox_to_mgmt(struct hinic3_hwdev *hwdev, u8 mod, u16 cmd,
|
||
|
const struct mgmt_msg_params *msg_params)
|
||
|
{
|
||
|
/* Completed by later submission due to LoC limit. */
|
||
|
return -EFAULT;
|
||
|
}
|