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

Commit 014fa364 authored by Roman Kiryanov's avatar Roman Kiryanov Committed by Greg Kroah-Hartman
Browse files

ANDROID: Include missing headers in goldfish.h



Include headers to define 'dma_addr_t' and 'writel' symbols that
goldfish.h refers to.

Bug: 72886167
Change-Id: I0bb16d739e15edbedb779468bffc8ef46d9b6982
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
parent f89b70f2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
#ifndef __LINUX_GOLDFISH_H
#define __LINUX_GOLDFISH_H

#include <linux/types.h>
#include <linux/io.h>

/* Helpers for Goldfish virtual platform */

static inline void gf_write_ptr(const void *ptr, void __iomem *portl,