Changeset 481c520 in mainline for arch/sparc64/include/console.h


Ignore:
Timestamp:
2006-02-27T12:30:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
02f441c0
Parents:
4a2b52f
Message:

sparc64 work.
Revive OFW console code and use it before the kernel switches to standalone console.

ia32 + ia64 cosmetic changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/include/console.h

    r4a2b52f r481c520  
    3030#define __sparc64_CONSOLE_H__
    3131
    32 extern void fb_sparc64_console_init(void);
     32extern void kofwinput(void *arg);
     33extern void ofw_sparc64_console_init(void);
     34extern void standalone_sparc64_console_init(void);
    3335
    3436#endif
Note: See TracChangeset for help on using the changeset viewer.