summaryrefslogtreecommitdiff
path: root/gusb/gusb-interface-private.h
blob: 7e5c9925976eee148b7e76585c5a5821c8f4f99a (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 <libusb.h>

#include <gusb/gusb-interface.h>

G_BEGIN_DECLS

GUsbInterface	*_g_usb_interface_new		(const struct libusb_interface_descriptor	*iface);

G_END_DECLS