18e22f040SSunil Goutham /* SPDX-License-Identifier: GPL-2.0
28e22f040SSunil Goutham  * Marvell OcteonTx2 CGX driver
38e22f040SSunil Goutham  *
48e22f040SSunil Goutham  * Copyright (C) 2018 Marvell International Ltd.
58e22f040SSunil Goutham  *
68e22f040SSunil Goutham  * This program is free software; you can redistribute it and/or modify
78e22f040SSunil Goutham  * it under the terms of the GNU General Public License version 2 as
88e22f040SSunil Goutham  * published by the Free Software Foundation.
98e22f040SSunil Goutham  */
108e22f040SSunil Goutham 
118e22f040SSunil Goutham #ifndef CGX_H
128e22f040SSunil Goutham #define CGX_H
138e22f040SSunil Goutham 
148e22f040SSunil Goutham  /* PCI device IDs */
158e22f040SSunil Goutham #define	PCI_DEVID_OCTEONTX2_CGX			0xA059
168e22f040SSunil Goutham 
178e22f040SSunil Goutham /* PCI BAR nos */
188e22f040SSunil Goutham #define PCI_CFG_REG_BAR_NUM			0
198e22f040SSunil Goutham 
208e22f040SSunil Goutham extern struct pci_driver cgx_driver;
218e22f040SSunil Goutham 
228e22f040SSunil Goutham #endif /* CGX_H */
23