Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/libusb/src/libusb/libusb.h

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libusb/src/libusb/io.c ('k') | third_party/libusb/src/libusb/libusb-1.0.def » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Public libusb header file 2 * Public libusb header file
3 * Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org> 3 * Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org>
4 * Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com> 4 * Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com>
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public 7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version. 9 * version 2.1 of the License, or (at your option) any later version.
10 * 10 *
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 libusb_context *ctx); 1392 libusb_context *ctx);
1393 void LIBUSB_CALL libusb_set_pollfd_notifiers(libusb_context *ctx, 1393 void LIBUSB_CALL libusb_set_pollfd_notifiers(libusb_context *ctx,
1394 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb, 1394 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb,
1395 void *user_data); 1395 void *user_data);
1396 1396
1397 #ifdef __cplusplus 1397 #ifdef __cplusplus
1398 } 1398 }
1399 #endif 1399 #endif
1400 1400
1401 #endif 1401 #endif
OLDNEW
« no previous file with comments | « third_party/libusb/src/libusb/io.c ('k') | third_party/libusb/src/libusb/libusb-1.0.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698