1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright (c) 2021, Microsoft Corporation. */
12 void mana_smc_init(struct shm_channel
*sc
, struct device
*dev
,
15 int mana_smc_setup_hwc(struct shm_channel
*sc
, bool reset_vf
, u64 eq_addr
,
16 u64 cq_addr
, u64 rq_addr
, u64 sq_addr
,
19 int mana_smc_teardown_hwc(struct shm_channel
*sc
, bool reset_vf
);
21 #endif /* _SHM_CHANNEL_H */