1 /*
2  * Copyright (C) by Argonne National Laboratory
3  *     See COPYRIGHT in top-level directory
4  */
5 
6 /* This is a dummy header file that is used to create the Fortran
7    interfaces for the Type_create_f90_xxx files */
8 /* Begin Prototypes */
9 int MPI_Type_create_f90_integer(int, MPI_Datatype *);
10 int MPI_Type_create_f90_real(int, int, MPI_Datatype *);
11 int MPI_Type_create_f90_complex(int, int, MPI_Datatype *);
12 /* End Prototypes */
13