File: arch.h

package info (click to toggle)
passt 0.0~git20250919.623dbf6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,052 kB
  • sloc: ansic: 17,865; sh: 3,187; makefile: 361; python: 51
file content (11 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
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 */