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

Commit 72d92efc authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Define a backing type for ADataSpace." into main

parents 2e35452a d8d8e39a
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -29,6 +29,7 @@
#define ANDROID_DATA_SPACE_H
#define ANDROID_DATA_SPACE_H


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


#include <sys/cdefs.h>
#include <sys/cdefs.h>


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