Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 527bdfee authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

make linux/types.h as assembly safe

parent 2678c07b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#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 */