mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-25 06:17:38 -04:00
10 lines
No EOL
141 B
C
10 lines
No EOL
141 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
typedef struct {
|
|
uint32_t count;
|
|
uint64_t src_addr;
|
|
uint64_t dst_addr;
|
|
} kernel_arg_t;
|
|
|
|
#endif |