#ifndef __H8300_IPCBUF_H__ #define __H8300_IPCBUF_H__ /* * The user_ipc_perm structure for H8/300 architecture. * Note extra padding because this structure is passed back and forth * between kernel and user space. * * Pad space is left for: * - 32-bit mode_t and seq * - 2 miscellaneous 32-bit values */ struct ipc64_perm { __kernel_key_t key; __kernel_uid32_t uid; __kernel_gid32_t gid; __kernel_uid32_t cuid; __kernel_gid32_t cgid; __kernel_mode_t mode; unsigned short __pad1; unsigned short seq; unsigned short __pad2; unsigned long __unused1; unsigned long __unused2; }; #endif /* __H8300_IPCBUF_H__ */ /> index : ~sima/drm
danvet's drm/ playgrounddanvet
summaryrefslogtreecommitdiff
path: root/crypto/cast5_generic.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna1-273/+4
2012-08-01crypto: cast5 - prepare generic module for optimized implementationsJohannes Goetzfried1-0/+821