Changeset 65fb232 in mainline for genarch/include/ofw/ofw.h


Ignore:
Timestamp:
2005-12-30T22:38:23Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ccb238
Parents:
80bff342
Message:

sparc64 work.
kconsole support.
Add non-blocking ofw_getchar().

File:
1 edited

Legend:

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

    r80bff342 r65fb232  
    5656extern __native ofw_call(const char *service, const int nargs, const int nret, ...);
    5757extern void ofw_putchar(const char ch);
     58extern char ofw_getchar(void);
    5859extern phandle ofw_find_device(const char *name);
    5960extern int ofw_get_property(const phandle device, const char *name, void *buf, const int buflen);
Note: See TracChangeset for help on using the changeset viewer.