add radio_state set/query support
[project/umbim.git] / mbim.h
diff --git a/mbim.h b/mbim.h
index d76892a..746257e 100644 (file)
--- a/mbim.h
+++ b/mbim.h
@@ -1,11 +1,23 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * This program 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.
+ */
+
 #ifndef _MBIM_H__
 #define _MBIM_H__
 
 #include <stdint.h>
 #include <sys/types.h>
 
-#define MBIM_BUFFER_SIZE       1024
-
 extern int return_code;
 extern int verbose;