Changeset 244f284 in mainline for arch/ia64/include/ski/ski.h


Ignore:
Timestamp:
2005-05-13T21:45:35Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb43679
Parents:
da79d0fd
Message:

IA-64 cosmetics.
Add ski_init_console() and ski_putchar() to ski.c to perform ski specific tasks.

Change the copyright string in main.c to display both copyrights on a new line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/ski/ski.h

    rda79d0fd r244f284  
    3030#define __SKI_H__
    3131
    32 #define SKI_CONSOLE_INIT        20
    33 #define SKI_CONSOLE_PUTC        31
     32#define SKI_INIT_CONSOLE        20
     33#define SKI_PUTCHAR             31
     34
     35extern void ski_init_console(void);
     36extern void ski_putchar(const char ch);
    3437       
    3538#endif
Note: See TracChangeset for help on using the changeset viewer.