Go to the documentation of this file.
4 #include <linux/list.h>
35 extern long do_msgsnd(
int msqid,
long mtype,
void __user *mtext,
36 size_t msgsz,
int msgflg);
37 extern long do_msgrcv(
int msqid,
long *pmtype,
void __user *mtext,
38 size_t msgsz,
long msgtyp,
int msgflg);