/* AUTOMATICALLY GENERATED by qapi-gen.py DO NOT MODIFY */

/*
 * Schema-defined QAPI visitors
 *
 * Copyright IBM, Corp. 2011
 * Copyright (C) 2014-2018 Red Hat, Inc.
 *
 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
 * See the COPYING.LIB file in the top-level directory.
 */

#ifndef QAPI_VISIT_EBPF_H
#define QAPI_VISIT_EBPF_H

#include "qapi/qapi-builtin-visit.h"
#include "qapi-types-ebpf.h"


#if defined(CONFIG_EBPF)
bool visit_type_EbpfObject_members(Visitor *v, EbpfObject *obj, Error **errp);

bool visit_type_EbpfObject(Visitor *v, const char *name,
                 EbpfObject **obj, Error **errp);
#endif /* defined(CONFIG_EBPF) */

#if defined(CONFIG_EBPF)
bool visit_type_EbpfProgramID(Visitor *v, const char *name,
                 EbpfProgramID *obj, Error **errp);
#endif /* defined(CONFIG_EBPF) */

#if defined(CONFIG_EBPF)
bool visit_type_q_obj_request_ebpf_arg_members(Visitor *v, q_obj_request_ebpf_arg *obj, Error **errp);
#endif /* defined(CONFIG_EBPF) */

#endif /* QAPI_VISIT_EBPF_H */
