2022-02-28 16:18:44 +01:00
|
|
|
/* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
* Copyright (c) 2022 Red Hat GmbH
|
|
|
|
* Author: Stefano Brivio <sbrivio@redhat.com>
|
|
|
|
*/
|
|
|
|
|
2022-03-26 00:05:31 +01:00
|
|
|
#ifndef ARCH_H
|
|
|
|
#define ARCH_H
|
|
|
|
|
2022-02-28 16:18:44 +01:00
|
|
|
void arch_avx2_exec(char **argv);
|
2022-03-26 00:05:31 +01:00
|
|
|
|
|
|
|
#endif /* ARCH_H */
|