root/drivers/infiniband/hw/efa/efa_common_defs.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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  */
   5 
   6 #ifndef _EFA_COMMON_H_
   7 #define _EFA_COMMON_H_
   8 
   9 #define EFA_COMMON_SPEC_VERSION_MAJOR        2
  10 #define EFA_COMMON_SPEC_VERSION_MINOR        0
  11 
  12 struct efa_common_mem_addr {
  13         u32 mem_addr_low;
  14 
  15         u32 mem_addr_high;
  16 };
  17 
  18 #endif /* _EFA_COMMON_H_ */

/* [<][>][^][v][top][bottom][index][help] */