Release 4.14 arch/powerpc/xmon/nonstdio.h
/* SPDX-License-Identifier: GPL-2.0 */
#define EOF (-1)
#define printf xmon_printf
#define putchar xmon_putchar
extern void xmon_set_pagination_lpp(unsigned long lpp);
extern void xmon_start_pagination(void);
extern void xmon_end_pagination(void);
extern int xmon_putchar(int c);
extern void xmon_puts(const char *);
extern char *xmon_gets(char *, int);
extern void xmon_printf(const char *, ...);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Anton Blanchard | 34 | 45.33% | 1 | 20.00% |
Sam Bobroff | 23 | 30.67% | 1 | 20.00% |
Ishizaki Kou | 9 | 12.00% | 1 | 20.00% |
Paul Mackerras | 8 | 10.67% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 1.33% | 1 | 20.00% |
Total | 75 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.