mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 20:45:35 +00:00
Encapsulate the enum into a struct so that it is named Ethernet_frame::Type::Enum, give it the correct storage type uint16_t, and remove those values that are (AFAIK) not used by now (genode, world). Ref #2490