Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca4c61aa authored by Erik Kline's avatar Erik Kline
Browse files

Add Protocol.BASE_ETHERNET

Change-Id: I4e51370c0b53d9902eea8aae409f9f7cffaf28ad
parent efa4209f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,5 +64,6 @@ public class Protocol {
    public static final int BASE_NETWORK_AGENT                                      = 0x00081000;
    public static final int BASE_NETWORK_MONITOR                                    = 0x00082000;
    public static final int BASE_NETWORK_FACTORY                                    = 0x00083000;
    public static final int BASE_ETHERNET                                           = 0x00084000;
    //TODO: define all used protocols
}