lib: time: Add microsecond timer
[oweals/u-boot.git] / include / env_callback.h
index 3d30a33f5bad6bb678a0016924cf8335d4e3af6d..74da20eec3087143c239134dbac9e9524d1288cd 100644 (file)
@@ -42,7 +42,7 @@
 #define DNS_CALLBACK
 #endif
 
-#ifdef CONFIG_CMD_NET
+#ifdef CONFIG_NET
 #define NET_CALLBACKS \
        "bootfile:bootfile," \
        "ipaddr:ipaddr," \
@@ -72,6 +72,6 @@
        "serial#:serialno," \
        CONFIG_ENV_CALLBACK_LIST_STATIC
 
-void env_callback_init(ENTRY *var_entry);
+void env_callback_init(struct env_entry *var_entry);
 
 #endif /* __ENV_CALLBACK_H__ */