Improve gcc.dg/vect/bb-slp-32.c testcase
[official-gcc.git] / gcc / config / bpf / bpf-opts.h
blobaa9eb5cc82db3a22967e95df7d550b0e926d195b
1 /* Definitions for option handling for eBPF.
2 Copyright (C) 2019-2024 Free Software Foundation, Inc.
4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3, or (at your option)
9 any later version.
11 GCC is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14 License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */
20 #ifndef BPF_OPTS_H
21 #define BPF_OPTS_H
23 enum bpf_isa_version
25 ISA_V1,
26 ISA_V2,
27 ISA_V3,
28 ISA_V4
31 enum bpf_asm_dialect
33 ASM_NORMAL,
34 ASM_PSEUDOC
37 #endif /* ! BPF_OPTS_H */