Rename at.h to atmodem.h

This commit is contained in:
Denis Kenzior 2009-09-04 14:05:15 -05:00 committed by Denis Kenzior
parent 5749b6e75d
commit 4c5791a500
14 changed files with 13 additions and 13 deletions

View File

@ -30,7 +30,7 @@
#include <ofono/plugin.h>
#include <ofono/types.h>
#include "at.h"
#include "atmodem.h"
static int atmodem_init(void)
{

View File

@ -37,7 +37,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *clck_prefix[] = { "+CLCK:", NULL };
static const char *none_prefix[] = { NULL };

View File

@ -37,7 +37,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *none_prefix[] = { NULL };
static const char *ccfc_prefix[] = { "+CCFC:", NULL };

View File

@ -37,7 +37,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *none_prefix[] = { NULL };
static const char *caoc_prefix[] = { "+CAOC:", NULL };

View File

@ -37,7 +37,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *none_prefix[] = { NULL };
static const char *clir_prefix[] = { "+CLIR:", NULL };

View File

@ -33,7 +33,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *fixup_return(const char *line, const char *prefix)
{

View File

@ -37,7 +37,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
#include "vendor.h"
static const char *none_prefix[] = { NULL };

View File

@ -38,7 +38,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
#define INDEX_INVALID -1

View File

@ -37,7 +37,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *crsm_prefix[] = { "+CRSM:", NULL };

View File

@ -40,7 +40,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *csca_prefix[] = { "+CSCA:", NULL };
static const char *csms_prefix[] = { "+CSMS:", NULL };

View File

@ -35,7 +35,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static void cssi_notify(GAtResult *result, gpointer user_data)
{

View File

@ -38,7 +38,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
static const char *none_prefix[] = { NULL };

View File

@ -37,7 +37,7 @@
#include "gatchat.h"
#include "gatresult.h"
#include "at.h"
#include "atmodem.h"
/* Amount of ms we wait between CLCC calls */
#define POLL_CLCC_INTERVAL 500