mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Remove NIC server role from drivers
* Remove "mode" attribute utility and XML description * Remove unused nic/stat.h header Fix genodelabs/genode#3961
This commit is contained in:
committed by
Christian Helmuth
parent
e3d08893b7
commit
18dcf8af68
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
<xs:simpleType name="Nic_driver_mode">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="nic_server" />
|
||||
<xs:enumeration value="uplink_client" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType><!-- Nic_driver_mode -->
|
||||
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user