aboutgitcodebugslistschat
path: root/arch.h
blob: 2fdbbf031c90db0dcbdb165c7798ead80badef9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.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 */