Revision 53710ca3 os/core/inc/aos_types.h

View differences:

os/core/inc/aos_types.h
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_types.h
21
 * @brief   Data types used throughout AMiRo-OS
22
 *
23
 * @addtogroup aos_types
24
 * @{
25
 */
26

  
19 27
#ifndef _AMIROOS_TYPES_H_
20 28
#define _AMIROOS_TYPES_H_
21 29

  
......
32 40
} aos_status_t;
33 41

  
34 42
#endif /* _AMIROOS_TYPES_H_ */
43

  
44
/** @} */

Also available in: Unified diff