mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -06:00
hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'
As far as I can tell it was never used. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240505171444.333302-5-dave@treblig.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
5c5ffec12c
commit
f94b1871aa
1 changed files with 0 additions and 8 deletions
|
@ -475,14 +475,6 @@ struct rndis_packet_msg_type {
|
||||||
le32 Reserved;
|
le32 Reserved;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct rndis_config_parameter {
|
|
||||||
le32 ParameterNameOffset;
|
|
||||||
le32 ParameterNameLength;
|
|
||||||
le32 ParameterType;
|
|
||||||
le32 ParameterValueOffset;
|
|
||||||
le32 ParameterValueLength;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* implementation specific */
|
/* implementation specific */
|
||||||
enum rndis_state
|
enum rndis_state
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue