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

Commit 88127a11 authored by Dan Albert's avatar Dan Albert Committed by Automerger Merge Worker
Browse files

Merge "Define a backing type for ADataSpace." into main am: 72d92efc

parents a6604e10 72d92efc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#define ANDROID_DATA_SPACE_H

#include <inttypes.h>
#include <stdint.h>

#include <sys/cdefs.h>

@@ -37,7 +38,7 @@ __BEGIN_DECLS
/**
 * ADataSpace.
 */
enum ADataSpace {
enum ADataSpace : int32_t {
    /**
     * Default-assumption data space, when not explicitly specified.
     *