Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7712180
libsmdev_usb.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Referenced Files
None
Subscribers
None
libsmdev_usb.h
View Options
/*
* USB functions
*
* Copyright (c) 2010-2012, Joachim Metz <jbmetz@users.sourceforge.net>
*
* Refer to AUTHORS for acknowledgements.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined( _LIBSMDEV_USB_H )
#define _LIBSMDEV_USB_H
#include <common.h>
#include <types.h>
#include <liberror.h>
#if defined( __cplusplus )
extern "C" {
#endif
#if defined( HAVE_LINUX_USB_CH9_H )
int libsmdev_usb_ioctl(
int file_descriptor,
int interface_number,
int request,
void *request_data,
liberror_error_t **error );
int libsmdev_usb_control_command(
int file_descriptor,
uint8_t request_type,
uint8_t request,
uint16_t value,
uint16_t index,
uint8_t *buffer,
size_t buffer_size,
liberror_error_t **error );
int libsmdev_usb_test(
int file_descriptor,
liberror_error_t **error );
#endif
#if defined( __cplusplus )
}
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Nov 20, 10:02 PM (22 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1360669
Default Alt Text
libsmdev_usb.h (1 KB)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment