ASoC: rt5663: fix a debug statement
[linux-2.6/btrfs-unstable.git] / include / linux / personality.h
blobaeb7892b2468f8e1eefead4b1a723d5fed466bdd
1 #ifndef _LINUX_PERSONALITY_H
2 #define _LINUX_PERSONALITY_H
4 #include <uapi/linux/personality.h>
6 /*
7 * Return the base personality without flags.
8 */
9 #define personality(pers) (pers & PER_MASK)
12 * Change personality of the currently running process.
14 #define set_personality(pers) (current->personality = (pers))
16 #endif /* _LINUX_PERSONALITY_H */