Files
xemu/include/exec/helper-proto.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
359 B
C
Raw Normal View History

2023-03-31 20:13:36 -07:00
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Helper file for declaring TCG helper functions.
* This one expands prototypes for the helper functions.
*/
2014-04-07 22:31:41 -07:00
#ifndef HELPER_PROTO_H
#define HELPER_PROTO_H
2014-04-07 22:31:41 -07:00
2023-03-31 20:13:36 -07:00
#include "exec/helper-proto-common.h"
2014-04-07 22:31:41 -07:00
2023-03-31 20:13:36 -07:00
#define HELPER_H "helper.h"
#include "exec/helper-proto.h.inc"
#undef HELPER_H
2014-04-07 22:31:41 -07:00
#endif /* HELPER_PROTO_H */