handle.h 196 Bytes
Newer Older
PanZezhong's avatar
PanZezhong committed
1
2
3
4
5
6
7
8
9
10
11
#ifndef __INFINIOP_HANDLE_H__
#define __INFINIOP_HANDLE_H__

#include "infiniop/handle.h"

struct InfiniopHandle {
    infiniDevice_t device;
    int device_id;
};

#endif //__INFINIOP_HANDLE_H__