Changeset 1787e527 in mainline for kernel/genarch/include/drivers/ega/ega.h
- Timestamp:
- 2009-11-16T21:22:54Z (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/ega/ega.h
rfcbd1be r1787e527 38 38 #include <arch/types.h> 39 39 #include <typedefs.h> 40 #include <console/chardev.h> 40 41 41 42 #define EGA_COLS 80 … … 48 49 #define EGA_DATA_REG 1 49 50 50 extern void ega_redraw(void); 51 extern void ega_init(ioport8_t *, uintptr_t); 51 extern outdev_t *ega_init(ioport8_t *, uintptr_t); 52 52 53 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.