Changeset 8d2dd7f2 in mainline for kernel/arch/arm32/include


Ignore:
Timestamp:
2017-05-13T19:03:14Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c96634
Parents:
e48947e
Message:

Reduce the number of files that include <sys/types.h>

Location:
kernel/arch/arm32/include/arch
Files:
2 edited

Legend:

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

    re48947e r8d2dd7f2  
    4040#include <typedefs.h>
    4141#else
    42 #include <sys/types.h>
     42#include <stdint.h>
    4343#endif
    4444
  • kernel/arch/arm32/include/arch/istate_struct.ag

    re48947e r8d2dd7f2  
    3636                {
    3737                        negative-guard : KERNEL,
    38                         include : <sys/types.h>
     38                        include : <stddef.h>
     39                },
     40                {
     41                        negative-guard : KERNEL,
     42                        include : <stdint.h>
    3943                }
    4044        ],
Note: See TracChangeset for help on using the changeset viewer.