gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*
[oweals/u-boot.git] / include / bootstage.h
index 06ab2c8ef0c8c358703cfd6a36f84001689dbf97..a00053888f6f489ac57bb92e955508013f55be71 100644 (file)
@@ -203,6 +203,13 @@ enum bootstage_id {
        BOOTSTAGE_ID_ALLOC,
 };
 
+/*
+ * Return the time since boot in microseconds, This is needed for bootstage
+ * and should be defined in CPU- or board-specific code. If undefined then
+ * millisecond resolution will be used (the standard get_timer()).
+ */
+ulong timer_get_boot_us(void);
+
 /*
  * Board code can implement show_boot_progress() if needed.
  *