/arch/score/include/asm/mutex.h
C++ Header | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | a98889f3975c099cf0f544ab035bb89d MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef _ASM_SCORE_MUTEX_H 2#define _ASM_SCORE_MUTEX_H 3 4#include <asm-generic/mutex-dec.h> 5 6#endif /* _ASM_SCORE_MUTEX_H */