diff options
Diffstat (limited to 'arch.h')
-rw-r--r-- | arch.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,4 +3,9 @@ * Author: Stefano Brivio <sbrivio@redhat.com> */ +#ifndef ARCH_H +#define ARCH_H + void arch_avx2_exec(char **argv); + +#endif /* ARCH_H */ |