summaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell/octeontx2/otx2_cptpf.h
blob: 84cdc8cc2c1594729ef0f1fabdcedbcdca6cff67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only
 * Copyright (C) 2020 Marvell.
 */

#ifndef __OTX2_CPTPF_H
#define __OTX2_CPTPF_H

struct otx2_cptpf_dev {
	void __iomem *reg_base;		/* CPT PF registers start address */
	struct pci_dev *pdev;		/* PCI device handle */
};

#endif /* __OTX2_CPTPF_H */