Changeset 5cb223f in mainline for kernel/genarch/src


Ignore:
Timestamp:
2009-02-19T22:00:44Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4544884
Parents:
7d60cf5
Message:

Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/drivers/ega/ega.c

    r7d60cf5 r5cb223f  
    5959static uint8_t *videoram;
    6060static uint8_t *backbuf;
    61 static ioport_t ega_base;
     61static ioport8_t *ega_base;
    6262
    6363chardev_t ega_console;
     
    132132};
    133133
    134 void ega_init(ioport_t base, uintptr_t videoram_phys)
     134void ega_init(ioport8_t *base, uintptr_t videoram_phys)
    135135{
    136136        /* Initialize the software structure. */       
Note: See TracChangeset for help on using the changeset viewer.