Changeset ed88c8e in mainline for boot/genarch/include/genarch/ofw.h


Ignore:
Timestamp:
2018-05-29T13:25:07Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc0b2a8
Parents:
a57fa32
git-author:
Jiri Svoboda <jiri@…> (2018-05-28 17:24:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-29 13:25:07)
Message:

fputc, putchar vs. fputwc, putwchar.

File:
1 edited

Legend:

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

    ra57fa32 red88c8e  
    8989extern void ofw_init(void);
    9090
    91 extern void ofw_putchar(const char);
     91extern void ofw_putchar(char);
    9292
    9393extern ofw_arg_t ofw_get_property(const phandle, const char *, void *,
Note: See TracChangeset for help on using the changeset viewer.