2023-04-01 06:13:36 +03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2023-01-19 19:46:16 +03:00
|
|
|
/*
|
2023-04-01 06:13:36 +03:00
|
|
|
* Helper file for declaring TCG helper functions.
|
|
|
|
* This one expands prototypes for the helper functions.
|
2023-01-19 19:46:16 +03:00
|
|
|
*/
|
2014-04-08 09:31:41 +04:00
|
|
|
|
2023-04-01 06:13:36 +03:00
|
|
|
#ifndef HELPER_PROTO_H
|
|
|
|
#define HELPER_PROTO_H
|
2014-04-08 09:31:41 +04:00
|
|
|
|
2023-04-01 06:13:36 +03:00
|
|
|
#include "exec/helper-proto-common.h"
|
2020-12-15 20:47:59 +03:00
|
|
|
|
2023-04-01 06:13:36 +03:00
|
|
|
#define HELPER_H "helper.h"
|
|
|
|
#include "exec/helper-proto.h.inc"
|
|
|
|
#undef HELPER_H
|
2014-04-08 09:31:41 +04:00
|
|
|
|
|
|
|
#endif /* HELPER_PROTO_H */
|