1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
3 * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All rights reserved.
8 #define ENA_COMMON_SPEC_VERSION_MAJOR 2
9 #define ENA_COMMON_SPEC_VERSION_MINOR 0
11 /* ENA operates with 48-bit memory addresses. ena_mem_addr_t */
12 struct ena_common_mem_addr
{
21 #endif /* _ENA_COMMON_H_ */