Go to the documentation of this file.
27 #ifndef POLARSSL_TIMING_H
28 #define POLARSSL_TIMING_H
30 #if !defined(POLARSSL_CONFIG_FILE)
33 #include POLARSSL_CONFIG_FILE
36 #if !defined(POLARSSL_TIMING_ALT)
79 void m_sleep(
int milliseconds );
81 #if defined(POLARSSL_SELF_TEST)
95 #include "timing_alt.h"