Changeset 419886f6 in mainline


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

common types are same on all platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/typedefs.h

    rc859753 r419886f6  
    3636#define KERN_TYPEDEFS_H_
    3737
     38#define NULL 0
     39#define false 0
     40#define true 1
     41
    3842typedef void (* function)();
     43
     44typedef uint8_t bool;
     45typedef uint64_t thread_id_t;
     46typedef uint64_t task_id_t;
     47typedef uint32_t context_id_t;
     48
     49typedef int32_t inr_t;
     50typedef int32_t devno_t;
    3951
    4052#endif
Note: See TracChangeset for help on using the changeset viewer.