Skip to content
Snippets Groups Projects
Commit bd3e3e07 authored by Arun Muthusamy's avatar Arun Muthusamy
Browse files

rename common.h to common_zte.h

parent 8721b071
No related branches found
No related tags found
No related merge requests found
#include "common.h" #include "common_zte.h"
int print_to_ubus(struct json_object *parsed_response, struct ubus_context *ctx, struct ubus_request_data *req) int print_to_ubus(struct json_object *parsed_response, struct ubus_context *ctx, struct ubus_request_data *req)
{ {
......
#include <getopt.h> #include <getopt.h>
#include "common.h" #include "common_zte.h"
#include "dongle_apn.h" #include "dongle_apn.h"
#include "dongle_pin.h" #include "dongle_pin.h"
#include "dongle_network.h" #include "dongle_network.h"
......
#ifndef APN_H #ifndef APN_H
#define APN_H #define APN_H
#include "common.h" #include "common_zte.h"
int expose_apn_object(struct ubus_context *ctx); int expose_apn_object(struct ubus_context *ctx);
#endif #endif
\ No newline at end of file
#ifndef INFRASTRUCTURE_H #ifndef INFRASTRUCTURE_H
#define INFRASTRUCTURE_H #define INFRASTRUCTURE_H
#include "common.h" #include "common_zte.h"
#define IPV4_MAX 16 #define IPV4_MAX 16
#define DYNAMIC_OBJ_NAME_SIZE 50 #define DYNAMIC_OBJ_NAME_SIZE 50
......
#ifndef NETWORK_H #ifndef NETWORK_H
#define NETWORK_H #define NETWORK_H
#include "common.h" #include "common_zte.h"
int expose_network_object(struct ubus_context *ctx); int expose_network_object(struct ubus_context *ctx);
...@@ -25,4 +25,4 @@ int disable_roaming(struct ubus_context *ctx, struct ubus_object *obj, ...@@ -25,4 +25,4 @@ int disable_roaming(struct ubus_context *ctx, struct ubus_object *obj,
int roam_status(struct ubus_context *ctx, struct ubus_object *obj, int roam_status(struct ubus_context *ctx, struct ubus_object *obj,
struct ubus_request_data *req, const char *method, struct ubus_request_data *req, const char *method,
struct blob_attr *msg); struct blob_attr *msg);
#endif #endif
\ No newline at end of file
#ifndef PIN_H #ifndef PIN_H
#define PIN_H #define PIN_H
#include "common.h" #include "dongle_pin.h"
int expose_pin_object(struct ubus_context *ctx); int expose_pin_object(struct ubus_context *ctx);
#endif #endif
#ifndef DFS_H #ifndef DFS_H
#define DFS_H #define DFS_H
#include "common.h" #include "common_zte.h"
struct directory { struct directory {
struct list_head list; struct list_head list;
...@@ -12,4 +12,4 @@ struct directory *pop(struct list_head *list); ...@@ -12,4 +12,4 @@ struct directory *pop(struct list_head *list);
bool search(char *path, struct list_head *list); bool search(char *path, struct list_head *list);
void clear_list(struct list_head *list); void clear_list(struct list_head *list);
void print_list_dfs(struct list_head *list); void print_list_dfs(struct list_head *list);
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment