cregit-Linux how code gets into the kernel

Release 4.11 arch/mips/boot/compressed/uart-prom.c

extern void prom_putchar(unsigned char ch);


void putc(char c) { prom_putchar(c); }

Contributors

PersonTokensPropCommitsCommitProp
Alban Bedel13100.00%1100.00%
Total13100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Alban Bedel22100.00%1100.00%
Total22100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.