aboutgitcodebugslistschat
path: root/arch.h
blob: 40e0ce29a838d3aad410566714ebb5cda355d93c (plain) (tree)
1
2
3
4
5
6
7
8
9




                                              


              
                                 

                   
/* SPDX-License-Identifier: AGPL-3.0-or-later
 * Copyright (c) 2022 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef ARCH_H
#define ARCH_H

void arch_avx2_exec(char **argv);

#endif /* ARCH_H */