cpuusage.h 361 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2011-03-03 lgnq
  9. */
  10. #ifndef __CPUUSAGE_H__
  11. #define __CPUUSAGE_H__
  12. #define CPU_UPDATE 1
  13. void cpu_usage_get(rt_uint8_t *major, rt_uint8_t *minor);
  14. void rt_hw_cpu_init(void);
  15. #endif /*__ADC_H__ */