diff options
| author | Takashi Iwai <tiwai@suse.de> | 2012-10-25 15:20:36 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2012-10-25 15:20:36 -0400 |
| commit | c64064ce9376a404e0888ca4a2985c8a4c16cec3 (patch) | |
| tree | f34d3b84ca970fdb381dad9a195c1367ce5d10f4 /arch/xtensa/include/uapi/asm/ipcbuf.h | |
| parent | 21b3de881b38a84002c07b1b4bfb91892644e83f (diff) | |
| parent | 456ba5a7802e58eccb5aa9751b3ab515ef99b9ca (diff) | |
Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.7
A couple of driver fixes, one that improves the interoperability of
WM8994 with controllers that are sensitive to extra BCLK cycles and some
build break fixes for ux500.
Diffstat (limited to 'arch/xtensa/include/uapi/asm/ipcbuf.h')
| -rw-r--r-- | arch/xtensa/include/uapi/asm/ipcbuf.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/xtensa/include/uapi/asm/ipcbuf.h b/arch/xtensa/include/uapi/asm/ipcbuf.h new file mode 100644 index 000000000000..c33aa6a42145 --- /dev/null +++ b/arch/xtensa/include/uapi/asm/ipcbuf.h | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | /* | ||
| 2 | * include/asm-xtensa/ipcbuf.h | ||
| 3 | * | ||
| 4 | * The ipc64_perm structure for the Xtensa architecture. | ||
| 5 | * Note extra padding because this structure is passed back and forth | ||
| 6 | * between kernel and user space. | ||
| 7 | * | ||
| 8 | * Copyright (C) 2001 - 2005 Tensilica Inc. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef _XTENSA_IPCBUF_H | ||
| 12 | #define _XTENSA_IPCBUF_H | ||
| 13 | |||
| 14 | /* | ||
| 15 | * Pad space is left for: | ||
| 16 | * - 32-bit mode_t and seq | ||
| 17 | * - 2 miscellaneous 32-bit values | ||
| 18 | * | ||
| 19 | * This file is subject to the terms and conditions of the GNU General | ||
| 20 | * Public License. See the file "COPYING" in the main directory of | ||
| 21 | * this archive for more details. | ||
| 22 | */ | ||
| 23 | |||
| 24 | struct ipc64_perm | ||
| 25 | { | ||
| 26 | __kernel_key_t key; | ||
| 27 | __kernel_uid32_t uid; | ||
| 28 | __kernel_gid32_t gid; | ||
| 29 | __kernel_uid32_t cuid; | ||
| 30 | __kernel_gid32_t cgid; | ||
| 31 | __kernel_mode_t mode; | ||
| 32 | unsigned long seq; | ||
| 33 | unsigned long __unused1; | ||
| 34 | unsigned long __unused2; | ||
| 35 | }; | ||
| 36 | |||
| 37 | #endif /* _XTENSA_IPCBUF_H */ | ||
