source:
vbox/trunk/include/VBox/usblib.h@
5606
Last change on this file since 5606 was 5563, checked in by , 17 years ago | |
---|---|
|
|
File size: 1.1 KB |
Line | |
---|---|
1 | /** @file |
2 | * USBLIB - USB Support Library. |
3 | * This module implements the basic low-level OS interfaces. |
4 | */ |
5 | |
6 | /* |
7 | * Copyright (C) 2006-2007 innotek GmbH |
8 | * |
9 | * This file is part of VirtualBox Open Source Edition (OSE), as |
10 | * available from http://www.virtualbox.org. This file is free software; |
11 | * you can redistribute it and/or modify it under the terms of the GNU |
12 | * General Public License as published by the Free Software Foundation, |
13 | * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE |
14 | * distribution. VirtualBox OSE is distributed in the hope that it will |
15 | * be useful, but WITHOUT ANY WARRANTY of any kind. |
16 | */ |
17 | |
18 | #ifndef ___VBox_usblib_h |
19 | #define ___VBox_usblib_h |
20 | |
21 | #include <VBox/cdefs.h> |
22 | #include <VBox/types.h> |
23 | #include <VBox/usb.h> |
24 | |
25 | #ifdef RT_OS_WINDOWS |
26 | # include <VBox/usblib-win.h> |
27 | #endif |
28 | /** @todo merge the usblib-win.h interface into the darwin and linux ports where suitable. */ |
29 | |
30 | /** @defgroup grp_USBLib USBLib - USB Support Library |
31 | * This module implements the basic low-level OS interfaces and common USB code. |
32 | * @{ |
33 | */ |
34 | |
35 | /** @} */ |
36 | #endif |
37 |
Note:
See TracBrowser
for help on using the repository browser.