123456789101112131415161718192021222324252627 |
- /*!
- ********************************************************************************
- **
- ** \file ./GKOS2/inc/rtos_lib.h
- **
- ** \brief RTOS user interface
- **
- ** This file contains all public API functions and definitions to use the
- ** RTOS real time operating system within an application.
- **
- ** \attention THIS SAMPLE CODE IS PROVIDED AS IS. Goke SEMICONDUCTOR
- ** ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR
- ** OMMISSIONS.
- **
- ********************************************************************************
- */
- #ifndef RTOS__H
- #define RTOS__H
- #include "rtos_lib.h"
- #include "rtos_memory.h"
- /*
- ********************************************************************************
- ** end of file
- ********************************************************************************
- */
- #endif /* RTOS__H */
|