cpuidh.h 257 B

123456789101112131415161718
  1. #include "config.h"
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. extern volatile SPDP theseSecs;
  6. extern volatile SPDP startSecs;
  7. extern volatile SPDP secs;
  8. extern void start_time();
  9. extern void end_time();
  10. extern SPDP time();
  11. #ifdef __cplusplus
  12. };
  13. #endif