mirror of https://github.com/xemu-project/xemu.git
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
|
@ -475,14 +475,6 @@ struct rndis_packet_msg_type {
|
|||
le32 Reserved;
|
||||
};
|
||||
|
||||
struct rndis_config_parameter {
|
||||
le32 ParameterNameOffset;
|
||||
le32 ParameterNameLength;
|
||||
le32 ParameterType;
|
||||
le32 ParameterValueOffset;
|
||||
le32 ParameterValueLength;
|
||||
};
|
||||
|
||||
/* implementation specific */
|
||||
enum rndis_state
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue