net/ena/base: upgrade HAL for new HW features
[dpdk.git] / drivers / net / ena / base / ena_defs / ena_common_defs.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2015-2019 Amazon.com, Inc. or its affiliates.
3  * All rights reserved.
4  */
5
6 #ifndef _ENA_COMMON_H_
7 #define _ENA_COMMON_H_
8
9 #define ENA_COMMON_SPEC_VERSION_MAJOR        2
10 #define ENA_COMMON_SPEC_VERSION_MINOR        0
11
12 struct ena_common_mem_addr {
13         uint32_t mem_addr_low;
14
15         uint32_t mem_addr_high;
16 };
17
18 #endif /* _ENA_COMMON_H_ */