1 /*
2  * Copyright (C) by Argonne National Laboratory
3  *     See COPYRIGHT in top-level directory
4  */
5 
6 #include "mpidimpl.h"
7 #include "ofi_impl.h"
8 #include "ofi_noinline.h"
9 
MPIDI_OFI_mpi_type_free_hook(MPIR_Datatype * datatype_p)10 int MPIDI_OFI_mpi_type_free_hook(MPIR_Datatype * datatype_p)
11 {
12     return 0;
13 }
14 
MPIDI_OFI_mpi_type_commit_hook(MPIR_Datatype * datatype_p)15 int MPIDI_OFI_mpi_type_commit_hook(MPIR_Datatype * datatype_p)
16 {
17     return 0;
18 }
19