X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fatm.h;h=60136684e0af5e9d2e9151cbca29d5784afae5ef;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=0380156f9c86e780b641a8ebae96363ef4069447;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/atm.h b/include/linux/atm.h index 0380156f9..60136684e 100644 --- a/include/linux/atm.h +++ b/include/linux/atm.h @@ -20,6 +20,7 @@ #include #include #endif +#include #include #include #include @@ -77,6 +78,9 @@ /* Service Access Point */ #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc) /* "PVC" address (also for SVCs); get only */ +#define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int) + /* make this vc a p2mp */ + /* * Note @@@: since the socket layers don't really distinguish the control and @@ -232,7 +236,7 @@ static __inline__ int atmpvc_addr_in_use(struct sockaddr_atmpvc addr) struct atmif_sioc { int number; int length; - void *arg; + void __user *arg; }; typedef unsigned short atm_backend_t;