import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mt8127 / include / mach / mt_fiq.h
CommitLineData
6fa3eb70
S
1#ifndef __MT6577_FIQ_H__
2#define __MT6577_FIQ_H__
3
4#include <asm/fiq.h>
5#include <asm/fiq_debugger.h>
6#include <asm/fiq_glue.h>
7#include <asm/hardware/gic.h>
8
9#define THREAD_INFO(sp) ((struct thread_info *) \
10 ((unsigned long)(sp) & ~(THREAD_SIZE - 1)))
11
12extern int request_fiq(int fiq, struct fiq_glue_handler *h);
13extern int free_fiq(int fiq);
14
15#endif
16