rtos.h 847 B

123456789101112131415161718192021222324252627
  1. /*!
  2. ********************************************************************************
  3. **
  4. ** \file ./GKOS2/inc/rtos_lib.h
  5. **
  6. ** \brief RTOS user interface
  7. **
  8. ** This file contains all public API functions and definitions to use the
  9. ** RTOS real time operating system within an application.
  10. **
  11. ** \attention THIS SAMPLE CODE IS PROVIDED AS IS. Goke SEMICONDUCTOR
  12. ** ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR
  13. ** OMMISSIONS.
  14. **
  15. ********************************************************************************
  16. */
  17. #ifndef RTOS__H
  18. #define RTOS__H
  19. #include "rtos_lib.h"
  20. #include "rtos_memory.h"
  21. /*
  22. ********************************************************************************
  23. ** end of file
  24. ********************************************************************************
  25. */
  26. #endif /* RTOS__H */