netifd: Fix printf calls + function declarations.
[project/netifd.git] / system.h
index 9995fa9..1a3d023 100644 (file)
--- a/system.h
+++ b/system.h
@@ -63,9 +63,16 @@ enum vti_data {
        __VTI_DATA_ATTR_MAX
 };
 
+enum sixrd_data {
+       SIXRD_DATA_PREFIX,
+       SIXRD_DATA_RELAY_PREFIX,
+       __SIXRD_DATA_ATTR_MAX
+};
+
 extern const struct uci_blob_param_list vxlan_data_attr_list;
 extern const struct uci_blob_param_list gre_data_attr_list;
 extern const struct uci_blob_param_list vti_data_attr_list;
+extern const struct uci_blob_param_list sixrd_data_attr_list;
 
 enum bridge_opt {
        /* stp and forward delay always set */
@@ -209,6 +216,6 @@ time_t system_get_rtime(void);
 
 void system_fd_set_cloexec(int fd);
 
-int system_update_ipv6_mtu(struct device *device, int mtu);
+int system_update_ipv6_mtu(struct device *dev, int mtu);
 
 #endif