master
h 14 lines 319 Bytes
Raw
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 #ifndef HELPER_SME_H
4 #define HELPER_SME_H
5
6 #include "exec/helper-proto-common.h"
7 #include "exec/helper-gen-common.h"
8
9 #define HELPER_H "tcg/helper-sme-defs.h"
10 #include "exec/helper-proto.h.inc"
11 #include "exec/helper-gen.h.inc"
12 #undef HELPER_H
13
14 #endif /* HELPER_SME_H */