// SPDX-License-Identifier: GPL-2.0 /* Marvell RVU Admin Function driver * * Copyright (C) 2024 Marvell. * */ #include #include #include "struct.h" #include "../rvu.h" int rvu_mbox_handler_nix_cn20k_aq_enq(struct rvu *rvu, struct nix_cn20k_aq_enq_req *req, struct nix_cn20k_aq_enq_rsp *rsp) { return rvu_nix_aq_enq_inst(rvu, (struct nix_aq_enq_req *)req, (struct nix_aq_enq_rsp *)rsp); }