16 строки
255 B
C
16 строки
255 B
C
|
/*
|
||
|
* Copyright (c) 2012 Mellanox Technologies, Inc.
|
||
|
* All rights reserved.
|
||
|
* $COPYRIGHT$
|
||
|
*
|
||
|
* Additional copyrights may follow
|
||
|
*
|
||
|
* $HEADER$
|
||
|
*/
|
||
|
|
||
|
#ifndef __MPP_SHMEM_H__
|
||
|
#define __MPP_SHMEM_H__
|
||
|
|
||
|
#include <shmem.h>
|
||
|
|
||
|
#endif
|