OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [linux-headers/] [include/] [linux/] [usb/] [cdc-wdm.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
/*
2
 * USB CDC Device Management userspace API definitions
3
 *
4
 * This program is free software; you can redistribute it and/or
5
 * modify it under the terms of the GNU General Public License
6
 * version 2 as published by the Free Software Foundation.
7
 */
8
 
9
#ifndef __LINUX_USB_CDC_WDM_H
10
#define __LINUX_USB_CDC_WDM_H
11
 
12
#include <linux/types.h>
13
 
14
/*
15
 * This IOCTL is used to retrieve the wMaxCommand for the device,
16
 * defining the message limit for both reading and writing.
17
 *
18
 * For CDC WDM functions this will be the wMaxCommand field of the
19
 * Device Management Functional Descriptor.
20
 */
21
#define IOCTL_WDM_MAX_COMMAND _IOR('H', 0xA0, __u16)
22
 
23
#endif /* __LINUX_USB_CDC_WDM_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.