interconnect: qcom: Fix Kconfig indentation
[linux/fpc-iii.git] / drivers / infiniband / hw / efa / efa_common_defs.h
blobc559ec08898e5110e39eaf10961b2590bdb7ac0c
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
2 /*
3 * Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved.
4 */
6 #ifndef _EFA_COMMON_H_
7 #define _EFA_COMMON_H_
9 #define EFA_COMMON_SPEC_VERSION_MAJOR 2
10 #define EFA_COMMON_SPEC_VERSION_MINOR 0
12 struct efa_common_mem_addr {
13 u32 mem_addr_low;
15 u32 mem_addr_high;
18 #endif /* _EFA_COMMON_H_ */