 556dcee7b8
			
		
	
	
	556dcee7b8
	
	
	
		
			
			Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			268 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			268 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _CRIS_CURRENT_H
 | |
| #define _CRIS_CURRENT_H
 | |
| 
 | |
| #include <linux/thread_info.h>
 | |
| 
 | |
| struct task_struct;
 | |
| 
 | |
| static inline struct task_struct * get_current(void)
 | |
| {
 | |
|         return current_thread_info()->task;
 | |
| }
 | |
|  
 | |
| #define current get_current()
 | |
| 
 | |
| #endif /* !(_CRIS_CURRENT_H) */
 |