Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/types.h

    r228666c rc09adc10  
    2727 */
    2828
    29 /** @addtogroup arm32
     29/** @addtogroup arm32   
    3030 * @{
    3131 */
     
    3838
    3939#ifndef DOXYGEN
    40         #define ATTRIBUTE_PACKED __attribute__((packed))
     40#       define ATTRIBUTE_PACKED __attribute__ ((packed))
    4141#else
    42         #define ATTRIBUTE_PACKED
     42#       define ATTRIBUTE_PACKED
    4343#endif
    4444
     
    6262typedef uint32_t unative_t;
    6363typedef int32_t native_t;
    64 typedef uint32_t atomic_count_t;
    6564
    6665typedef struct {
Note: See TracChangeset for help on using the changeset viewer.