status is already used by other files as public variable.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
*/
#include "qmi-message.h"
+#include "commands.h"
static struct qmi_nas_get_tx_rx_info_request tx_rx_req;
static struct qmi_nas_set_system_selection_preference_request sel_req;
#include "uqmi.h"
#include "commands.h"
-static struct blob_buf status;
+struct blob_buf status;
bool single_line = false;
static void no_cb(struct qmi_dev *qmi, struct qmi_request *req, struct qmi_msg *msg)
#define __UQMI_COMMANDS_H
#include <stdbool.h>
+#include <libubox/blob.h>
+
#include "commands-wds.h"
#include "commands-dms.h"
#include "commands-nas.h"
extern bool single_line;
extern const struct uqmi_cmd_handler uqmi_cmd_handler[];
+extern struct blob_buf status;
void uqmi_add_command(char *arg, int longidx);
bool uqmi_run_commands(struct qmi_dev *qmi);
int uqmi_add_error(const char *msg);