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