提交 527bdfee 编写于 作者: J Jaswinder Singh Rajput

make linux/types.h as assembly safe

Signed-off-by: NJaswinder Singh Rajput <jaswinderrajput@gmail.com>
上级 2678c07b
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
#ifndef __ASSEMBLY__
#ifdef __KERNEL__
#define DECLARE_BITMAP(name,bits) \
......@@ -212,5 +213,5 @@ struct ustat {
};
#endif /* __KERNEL__ */
#endif /* __ASSEMBLY__ */
#endif /* _LINUX_TYPES_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册