Changeset b63f8569 in mainline for kernel/arch/ia32xen/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/ia32xen/include/types.h

    rcd8ad52 rb63f8569  
    6262typedef int32_t native_t;
    6363
    64 typedef uint8_t bool;
    65 typedef uint64_t thread_id_t;
    66 typedef uint64_t task_id_t;
    67 typedef uint32_t context_id_t;
    68 
    69 typedef int32_t inr_t;
    70 typedef int32_t devno_t;
    71 
    7264/** Page Table Entry. */
    7365typedef struct {
Note: See TracChangeset for help on using the changeset viewer.