1 /* 2 * Copyright (c) 2013 Mellanox Technologies, Inc. 3 * All rights reserved. 4 * Copyright (c) 2016 Research Organization for Information Science 5 * and Technology (RIST). All rights reserved. 6 * $COPYRIGHT$ 7 * 8 * Additional copyrights may follow 9 * 10 * $HEADER$ 11 */ 12 #ifndef SHMEM_TYPES_H 13 #define SHMEM_TYPES_H 14 15 16 /* 17 * Predefine some internal types so we dont need all the include 18 * dependencies. 19 */ 20 21 struct ompi_proc_t; 22 struct oshmem_group_t; 23 struct oshmem_op_t; 24 25 #endif