OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [misc/] [sysvipc/] [ipc.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
#ifndef IPC_H
2
#define IPC_H
3
#include <syscall.h>
4
 
5
#ifdef __NR_ipc
6
 
7
/* The actual system call: all functions are multiplexed by this.  */
8
extern int __ipc __P((int __call, int __first, int __second,
9
                                          int __third, void *__ptr));
10
 
11
 
12
/* The codes for the functions to use the multiplexer `__syscall_ipc'.  */
13
#define IPCOP_semop      1
14
#define IPCOP_semget     2
15
#define IPCOP_semctl     3
16
#define IPCOP_msgsnd    11
17
#define IPCOP_msgrcv    12
18
#define IPCOP_msgget    13
19
#define IPCOP_msgctl    14
20
#define IPCOP_shmat     21
21
#define IPCOP_shmdt     22
22
#define IPCOP_shmget    23
23
#define IPCOP_shmctl    24
24
 
25
#endif
26
 
27
#endif                                                  /* IPC_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.