Changeset 7d60cf5 in mainline for kernel/arch/ia64/include/types.h


Ignore:
Timestamp:
2009-02-19T21:58:37Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5cb223f
Parents:
4b44099d
Message:

Introduce ioport8_t, ioport16_t and ioport32_t. These types are to be used with
pio_read_n() and pio_write_n() functions. This breaks everything.

File:
1 edited

Legend:

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

    r4b44099d r7d60cf5  
    6666typedef int64_t native_t;
    6767
    68 typedef uintptr_t ioport_t;
     68typedef volatile uint8_t ioport8_t;
     69typedef volatile uint16_t ioport16_t;
     70typedef volatile uint32_t ioport32_t;
    6971
    7072typedef struct {
Note: See TracChangeset for help on using the changeset viewer.