pando_machine.h 505 B

1234567891011121314151617181920212223
  1. /*******************************************************
  2. * File name:pando_machine.h
  3. * Author: LIJIAN
  4. * Versions: 0.1
  5. * Description: APIs related to different machine platform,
  6. Such as basic IO operation and some common functions.
  7. * History:
  8. * 1.Date:
  9. * Author:
  10. * Modification:
  11. *********************************************************/
  12. #ifndef PD_MACHINE_H
  13. #define PD_MACHINE_H
  14. #include "../platform/include/pando_types.h"
  15. uint64_t pd_get_timestamp(void);
  16. #endif