Skip to content
Snippets Groups Projects
kernel.h 134 B
#ifndef {{header_guard}}
#define {{header_guard}}

#define RESTRICT __restrict__
#define FUNC_PREFIX

{{function_signature}};

#endif