Changeset dfbc229 in mainline for arch/ppc/include/ppc.h


Ignore:
Timestamp:
2005-08-30T12:05:06Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
288a204
Parents:
bcdd9aa
Message:

OpenFirmware support

File:
1 moved

Legend:

Unmodified
Added
Removed
  • arch/ppc/include/ppc.h

    rbcdd9aa rdfbc229  
    2727 */
    2828
    29 #ifndef __VGA_H__
    30 #define __VGA_H__
     29#ifndef __ppc_PPC_H__
     30#define __ppc_PPC_H__
    3131
    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);
     32extern void early_init(int r3, int r4, int r5);
    4133
    4234#endif
Note: See TracChangeset for help on using the changeset viewer.