1 2 3 4 5 6 7 8 9 10 11 12
#ifndef __UM_FUTEX_H #define __UM_FUTEX_H #include <linux/futex.h> #include <asm/errno.h> #include <asm/system.h> #include <asm/processor.h> #include <asm/uaccess.h> #include "asm/arch/futex.h" #endif