microblaze: Remove CONSOLE_ARG
[oweals/u-boot.git] / include / timer.h
index 7fee17e3d24193c105f44f61ff2f099dc56811eb..f14725cc280b5f93a8074f329b5b4641fbb69753 100644 (file)
@@ -7,6 +7,15 @@
 #ifndef _TIMER_H_
 #define _TIMER_H_
 
+/*
+ * dm_timer_init - initialize a timer for time keeping. On success
+ * initializes gd->timer so that lib/timer can use it for future
+ * referrence.
+ *
+ * @return - 0 on success or error number
+ */
+int dm_timer_init(void);
+
 /*
  * timer_conv_64 - convert 32-bit counter value to 64-bit
  *