Changeset dfbc229 in mainline for arch/ppc/include/ppc.h
- Timestamp:
- 2005-08-30T12:05:06Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 288a204
- Parents:
- bcdd9aa
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/include/ppc.h
rbcdd9aa rdfbc229 27 27 */ 28 28 29 #ifndef __ VGA_H__30 #define __ VGA_H__29 #ifndef __ppc_PPC_H__ 30 #define __ppc_PPC_H__ 31 31 32 #define ROW 80 33 #define ROWS 25 34 #define SCREEN (ROW*ROWS) 35 36 extern void vga_init(void); 37 extern void vga_putchar(const char ch); 38 39 static void vga_check_cursor(void); 40 static void vga_display_char(char ch); 32 extern void early_init(int r3, int r4, int r5); 41 33 42 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.