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

Commit 53285031 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge e895247d on remote branch

Change-Id: I109b02c01135fafe05d1a232c9cf44377b6f782b
parents 3c6e03d7 e895247d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -39,6 +39,7 @@ typedef enum {
    CFG_NV_SERVICE_GROUP     = 4,
    CFG_NV_SERVICE_GROUP     = 4,
    WDI_IPA_SERVICE_GROUP    = 5,
    WDI_IPA_SERVICE_GROUP    = 5,
    PACKET_LOG_SERVICE_GROUP = 6,
    PACKET_LOG_SERVICE_GROUP = 6,
    LPASS_SERVICE_GROUP      = 7,


    HTC_TEST_GROUP           = 254,
    HTC_TEST_GROUP           = 254,
    HTC_SERVICE_GROUP_LAST   = 255
    HTC_SERVICE_GROUP_LAST   = 255
@@ -98,6 +99,8 @@ typedef enum {


#define PACKET_LOG_SVC MAKE_SERVICE_ID(PACKET_LOG_SERVICE_GROUP,0)
#define PACKET_LOG_SVC MAKE_SERVICE_ID(PACKET_LOG_SERVICE_GROUP,0)


#define LPASS_DATA_MSG_SVC MAKE_SERVICE_ID(LPASS_SERVICE_GROUP,0)

/*
/*
 * Directions for interconnect pipe configuration.
 * Directions for interconnect pipe configuration.
 * These definitions may be used during configuration and are shared
 * These definitions may be used during configuration and are shared
Loading