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

Commit 085780d5 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: include linux headers that this one uses definitions from fro sport drivers

parent 5d80f8e5
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,13 @@
#ifndef __BFIN_SPORT_H__
#ifndef __BFIN_SPORT_H__
#define __BFIN_SPORT_H__
#define __BFIN_SPORT_H__


#ifdef __KERNEL__
#include <linux/cdev.h>
#include <linux/mutex.h>
#include <linux/sched.h>
#include <linux/wait.h>
#endif

#define SPORT_MAJOR	237
#define SPORT_MAJOR	237
#define SPORT_NR_DEVS	2
#define SPORT_NR_DEVS	2