Changeset f245145 in mainline for kernel/arch/sparc64/include/types.h


Ignore:
Timestamp:
2009-01-04T14:07:27Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a45752d
Parents:
44ff4fb
Message:

Only one kernel EGA driver to rule them all.

File:
1 edited

Legend:

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

    r44ff4fb rf245145  
    5555typedef uint64_t ipl_t;
    5656
    57 typedef uint64_t ioport_t;
    58 
    5957typedef uint64_t unative_t;
    6058typedef int64_t native_t;
     59
     60typedef uintptr_t ioport_t;
    6161
    6262/**< Formats for uintptr_t, size_t, count_t and index_t */
Note: See TracChangeset for help on using the changeset viewer.