root/oshmem/shmem/fortran/shmem_fortran_pointer.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2013      Mellanox Technologies, Inc.
   3  *                         All rights reserved.
   4  * $COPYRIGHT$
   5  *
   6  * Additional copyrights may follow
   7  *
   8  * $HEADER$
   9  */
  10 
  11 #ifndef SHMEM_FORTRAN_POINTER_H
  12 #define SHMEM_FORTRAN_POINTER_H
  13 
  14 #define FORTRAN_POINTER_T uintptr_t
  15 #define FPTR_2_VOID_PTR(a) ((void *)(a))
  16 
  17 #endif

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