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

Commit d2006e69 authored by Siddharth Gupta's avatar Siddharth Gupta
Browse files

uapi: qg: Fix UAPI header to enable UAPI_HEADER_TEST



UAPI_HEADER_TEST ensures that all the uapi headers can be built as
standalone files which facilitates their use in the wider world. Fix
headers to use common kernel definitions.

Change-Id: I405dcabcede923eb18d8be4e1738b11b2e3761f4
Signed-off-by: default avatarSiddharth Gupta <sidgup@codeaurora.org>
parent 06375914
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
#ifndef __QG_H__
#define __QG_H__

#include <linux/types.h>

#define MAX_FIFO_LENGTH		16

enum qg {
@@ -50,7 +52,7 @@ struct fifo_data {

struct qg_param {
	unsigned int			data;
	bool				valid;
	_Bool				valid;
};

struct qg_kernel_data {