Changeset 912ee7c in mainline for kernel/arch/ia32/include/types.h


Ignore:
Timestamp:
2009-02-12T20:07:19Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7004747
Parents:
af75db9
Message:

introduce fncptr_t and ioport_t on all platforms

File:
1 edited

Legend:

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

    raf75db9 r912ee7c  
    6060typedef uintptr_t ioport_t;
    6161
     62typedef struct {
     63} fncptr_t;
     64
    6265#define PRIp "x"        /**< Format for uintptr_t. */
    6366#define PRIs "u"        /**< Format for size_t. */
Note: See TracChangeset for help on using the changeset viewer.