blob: 284661be3d9af4bad427c456c29e3f7473975c71 [file] [log] [blame]
/* SPDX-License-Identifer: Apache-2.0 */
/* Copyright © 2022 Intel Corporation */
#include <zlib.h>
struct External {
z_stream * stream;
};