Changeset 437ee6a4 in mainline for genarch/include/firmware/ofw/ofw.h


Ignore:
Timestamp:
2005-10-30T13:49:39Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df91be5
Parents:
2cd0485d
Message:

sparc64 work.
Add context_save(), context_set() and context_restore().
Remove putchar() definition from ofw.c.
Add sparc64 putchar().
Add ppc32 putchar() (i.e. the original ofw.c putchar()).
Make arg.h use the builtin va_* constructs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/include/firmware/ofw/ofw.h

    r2cd0485d r437ee6a4  
    2727 */
    2828
    29 #ifndef __ppc32_OFW_H__
    30 #define __ppc32_OFW_H__
     29#ifndef __OFW_H__
     30#define __OFW_H__
    3131
    3232#include <arch/types.h>
     
    5959extern int ofw_get_property(const phandle device, const char *name, void *buf, const int buflen);
    6060extern void *ofw_claim(const void *addr, const int size, const int align);
    61 extern void putchar(const char ch);
    6261
    6362#endif
Note: See TracChangeset for help on using the changeset viewer.