VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxUSB/USBLibInternal.h@ 31896

最後變更 在這個檔案從31896是 31896,由 vboxsync 提交於 14 年 前

export the VBoxUSB host driver to OSE

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 553 位元組
 
1/* $Id: USBLibInternal.h 31896 2010-08-24 09:17:44Z vboxsync $ */
2/** @file
3 * USBLIB - Internal header.
4 */
5
6/*
7 * Copyright (C) 2006-2007 Oracle Corporation
8 *
9 * Oracle Corporation confidential
10 * All rights reserved
11 */
12
13#ifndef ___USBLibInternal_h
14#define ___USBLibInternal_h
15
16#include <VBox/cdefs.h>
17#include <VBox/types.h>
18
19RT_C_DECLS_BEGIN
20#ifdef RT_OS_WINDOWS
21char *usblibQueryDeviceName(uint32_t idxDev);
22char *usblibQueryDeviceRegPath(uint32_t idxDev);
23void usbLibEnumerateHostControllers(PUSBDEVICE *ppDevices, uint32_t *DevicesConnected);
24#endif /* RT_OS_WINDOWS */
25RT_C_DECLS_END
26
27#endif
28
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette