mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 02:17:22 +00:00
6 lines
131 B
C
6 lines
131 B
C
|
#ifndef __KFD_PLUGIN_AMDGPU_SOCKET_UTILS_H__
|
||
|
#define __KFD_PLUGIN_AMDGPU_SOCKET_UTILS_H__
|
||
|
|
||
|
int install_parallel_sock(void);
|
||
|
|
||
|
#endif
|