summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/target.h')
-rw-r--r--utils/hwstub/stub/target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/hwstub/stub/target.h b/utils/hwstub/stub/target.h
index 56c960741f..43151e9a34 100644
--- a/utils/hwstub/stub/target.h
+++ b/utils/hwstub/stub/target.h
@@ -31,5 +31,9 @@ void target_exit(void);
31int target_get_info(int info, void **buffer); 31int target_get_info(int info, void **buffer);
32/* set atexit action or return -1 on error */ 32/* set atexit action or return -1 on error */
33int target_atexit(int action); 33int target_atexit(int action);
34/* Wait a very short time (us<=1000) */
35void target_udelay(int us);
36/* Wait for a short time (ms <= 1000) */
37void target_mdelay(int ms);
34 38
35#endif /* __TARGET_H__ */ 39#endif /* __TARGET_H__ */