aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types_task.h
blob: 2419d302f03c0b37ccbe5f7ea8ca058d2470b11c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _LINUX_MM_TYPES_TASK_H
#define _LINUX_MM_TYPES_TASK_H

#include <linux/types.h>
#include <linux/threads.h>
#include <linux/atomic.h>

#include <asm/page.h>

#endif /* _LINUX_MM_TYPES_TASK_H */