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

#pragma once

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

G_BEGIN_DECLS

libusb_context *
_g_usb_context_get_context(GUsbContext *self);

const gchar *
_g_usb_context_lookup_vendor(GUsbContext *self, guint16 vid, GError **error);
const gchar *
_g_usb_context_lookup_product(GUsbContext *self, guint16 vid, guint16 pid, GError **error);

G_END_DECLS