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

Commit 2fdfb983 authored by Sameer Thalappil's avatar Sameer Thalappil Committed by Gerrit - the friendly Code Review server
Browse files

icnss: Add interrupt header



Clients of icnss need not include Linux specific header file.

Change-Id: Ie83b3aa06ab2a899d1ff5beb8d57bea847f9c713
Signed-off-by: default avatarSameer Thalappil <sameert@codeaurora.org>
parent 8ca03863
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
#ifndef _ICNSS_WLAN_H_
#define _ICNSS_WLAN_H_

#include <linux/interrupt.h>

#define ICNSS_MAX_IRQ_REGISTRATIONS    12

struct icnss_driver_ops {