Changeset b63f8569 in mainline for kernel/arch/arm32/include/types.h


Ignore:
Timestamp:
2008-06-03T14:58:53Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4c2b6a
Parents:
cd8ad52
Message:

introduce portable formatting directives
remove common types

File:
1 edited

Legend:

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

    rcd8ad52 rb63f8569  
    4343#endif
    4444
    45 #define NULL 0
    46 #define false 0
    47 #define true 1
    48 
    4945typedef signed char int8_t;
    5046typedef signed short int16_t;
     
    6965typedef int32_t native_t;
    7066
    71 typedef uint8_t bool;
    72 typedef uint64_t thread_id_t;
    73 typedef uint64_t task_id_t;
    74 typedef uint32_t context_id_t;
    75 
    76 typedef int32_t inr_t;
    77 typedef int32_t devno_t;
    78 
    7967
    8068/** Page table entry.
Note: See TracChangeset for help on using the changeset viewer.