summaryrefslogtreecommitdiff
path: root/gusb/gusb-interface-private.h
blob: 7efd171f3a30670ef041b8a71bbbbf397acbb283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 *
 * Copyright (C) 2015 Richard Hughes <richard@hughsie.com>
 *
 * SPDX-License-Identifier: LGPL-2.1+
 */

#pragma once

#include <gusb/gusb-interface.h>
#include <libusb.h>

G_BEGIN_DECLS

GUsbInterface *
_g_usb_interface_new(const struct libusb_interface_descriptor *iface);

G_END_DECLS