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

Commit 6274ad1b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "include: uapi: fix spcom.h using bitops"

parents efb22a3c 2e805f6b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@
#define _UAPI_SPCOM_H_

#include <linux/types.h>	/* uint32_t, bool */
#include <linux/bitops.h>	/* BIT() */
#ifndef BIT
	#define BIT(x) (1 << x)
#endif

/**
 * @brief - Secure Processor Communication interface to user space spcomlib.