00001 /*------------------------------------------------------------------------- 00002 *--------------------------- RT-WMP IP INTERFACE ------------------------- 00003 *------------------------------------------------------------------------- 00004 * 00005 * File: ioctl.h 00006 * Authors: Rubén Durán 00007 * Danilo Tardioli 00008 *------------------------------------------------------------------------- 00009 * Copyright (C) 2011, Universidad de Zaragoza, SPAIN 00010 * 00011 * This program is free software: you can redistribute it and/or modify 00012 * it under the terms of the GNU General Public License as published by 00013 * the Free Software Foundation, either version 3 of the License, or 00014 * (at your option) any later version. 00015 * 00016 * This program is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU General Public License 00022 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00023 * 00024 *-----------------------------------------------------------------------*/ 00025 00026 #ifndef _IOCTL_H_ 00027 #define _IOCTL_H_ 00028 00029 #include "../include/ioctl_interface.h" 00030 00031 int ioctl_node_info(tpNodeInfo __user *pinfo); 00032 00033 int ioctl_lqm(char __user *plqm); 00034 00035 int ioctl_distances(char __user *plqm); 00036 00037 int ioctl_network_connected(tpNetworkConnectedInfo __user *pinfo); 00038 00039 int ioctl_queue_actions(tpQueueActionInfo __user *pinfo); 00040 00041 int ioctl_queue_elems_info(tpGetQueueElemsInfo __user *pinfo); 00042 00043 int ioctl_setget(tpRTWMPSetGetInfo __user *pinfo); 00044 00045 00046 int ioctl_broadcast(tpBCInfo __user *pinfo); 00047 00048 int ioctl_qos(tpQoSInfo __user *pinfo); 00049 00050 #endif