brintos

brintos / linux-shallow public Read only

0
0
Text · 331 B · 77bdcf6 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2/* Copyright (c) 2023 Hisilicon Limited. */3 4#ifndef __HCLGEVF_REGS_H5#define __HCLGEVF_REGS_H6#include <linux/types.h>7 8struct hnae3_handle;9 10int hclgevf_get_regs_len(struct hnae3_handle *handle);11void hclgevf_get_regs(struct hnae3_handle *handle, u32 *version,12		      void *data);13#endif14