From 6455b9dff0554adc11e8dbe8027d134c8584bc5d Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 2 Jun 2023 16:48:29 +0200 Subject: cooker, seitan: OP_FD Signed-off-by: Stefano Brivio --- cooker/emit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cooker/emit.h') diff --git a/cooker/emit.h b/cooker/emit.h index d98789a..70997fc 100644 --- a/cooker/emit.h +++ b/cooker/emit.h @@ -7,6 +7,7 @@ #define EMIT_H void emit_nr(struct gluten_ctx *g, struct gluten_offset number); +void emit_fd(struct gluten_ctx *g, struct fd_desc *desc); void emit_call(struct gluten_ctx *g, struct ns_spec *ns, long nr, unsigned count, bool is_ptr[6], struct gluten_offset offset[6], struct gluten_offset ret_offset); -- cgit v1.2.3