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

Commit 949d6ae7 authored by Vijay Kumar B's avatar Vijay Kumar B Committed by Greg Kroah-Hartman
Browse files

Staging: poch: Include linux/types.h



Include linux/types.h in poch.h, so that poch.h can be included in
user application header files.

Signed-off-by: default avatarVijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 92d45033
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@
 * include/linux for final version.
 *
 */

#include <linux/types.h>

struct poch_counters {
	__u32 fifo_empty;
	__u32 fifo_overflow;