Add conversion utitlies, standardize printing
[platform/upstream/crda.git] / regdb.h
diff --git a/regdb.h b/regdb.h
index bee00a5..045a0e3 100644 (file)
--- a/regdb.h
+++ b/regdb.h
@@ -1,3 +1,6 @@
+#ifndef REG_DB_H
+#define REG_DB_H
+
 #include <linux/types.h>
 
 /*
@@ -100,10 +103,6 @@ struct regdb_file_reg_country {
 };
 
 
-/* functions */
-int crda_verify_db_signature(__u8 *db, int dblen, int siglen);
-
-
 /*
  * Verify that no unexpected padding is added to structures
  * for some reason.
@@ -124,3 +123,5 @@ static inline void check_db_binary_structs(void)
        CHECK_STRUCT(regdb_file_reg_rules_collection, 4);
        CHECK_STRUCT(regdb_file_reg_country, 8);
 }
+
+#endif