Go to the documentation of this file. 1 #ifndef _LINUX_GSMMUX_H
2 #define _LINUX_GSMMUX_H
21 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config)
22 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config)
32 #define GSMIOC_ENABLE_NET _IOW('G', 2, struct gsm_netconfig)
33 #define GSMIOC_DISABLE_NET _IO('G', 3)