/** * This file is part of samsung-ril. * * Copyright (C) 2011 Paul Kocialkowski * * samsung-ril is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * samsung-ril is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with samsung-ril. If not, see . * */ #ifndef _SRS_H_ #define _SRS_H_ #include #include #include #include #include #include extern struct ril_client_funcs srs_client_funcs; extern void srs_control_ping(int fd, struct srs_message *message); #endif