Ignore:
Timestamp:
2009-11-16T21:22:54Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ebdf94
Parents:
fcbd1be (diff), 9c70ed6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merged with head (unstable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/drivers/ega/ega.h

    rfcbd1be r1787e527  
    3838#include <arch/types.h>
    3939#include <typedefs.h>
     40#include <console/chardev.h>
    4041
    4142#define EGA_COLS       80
     
    4849#define EGA_DATA_REG   1
    4950
    50 extern void ega_redraw(void);
    51 extern void ega_init(ioport8_t *, uintptr_t);
     51extern outdev_t *ega_init(ioport8_t *, uintptr_t);
    5252
    5353#endif
Note: See TracChangeset for help on using the changeset viewer.