Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/syscalls.h>
#include <linux/time.h>
#include <linux/sem.h>
#include <linux/msg.h>
#include <linux/shm.h>
#include <linux/ipc.h>
#include <linux/compat.h>
#include <asm/sys_ia32.h>
Go to the source code of this file.
Functions | |
asmlinkage long | sys32_ipc (u32 call, int first, int second, int third, compat_uptr_t ptr, u32 fifth) |
asmlinkage long sys32_ipc | ( | u32 | call, |
int | first, | ||
int | second, | ||
int | third, | ||
compat_uptr_t | ptr, | ||
u32 | fifth | ||
) |