Skip to content
Snippets Groups Projects
Commit ed17a4f8 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

add some headers

parent c826b2ab
No related branches found
No related tags found
No related merge requests found
#ifndef DONGLE_H #ifndef DONGLE_H
#define DONGLE_H #define DONGLE_H
#include "stack_operations.h"
struct USB { struct USB {
char *product; char *product;
......
#ifndef INFRASTRUCTURE_H #ifndef INFRASTRUCTURE_H
#define INFRASTRUCTURE_H #define INFRASTRUCTURE_H
#include "common_zte.h" #include "common.h"
#include "dongle.h"
#define IPV4_MAX 16 #define IPV4_MAX 16
#define DYNAMIC_OBJ_NAME_SIZE 50 #define DYNAMIC_OBJ_NAME_SIZE 50
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment