aboutsummaryrefslogtreecommitdiff
path: root/device/cons.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix (void) prototypes.Samuel Thibault2009-06-181-3/+3
|
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+10
| | | | | | | | | | | | * device/cons.c (cnputc): Turn parameter `c' into a char. * device/cons.h (cninit, cngetc, cnmaygetc, cnputc): Add prototypes. * i386/i386at/model_dep.c: Include <device/cons.h> * kern/printf.c: Include <device/cons.h> (cnputc): Remove prototype. (vprintf, iprintf): Explicitely cast cnputc into the type _doprnt expects. * linux/dev/kernel/printk.c: Include <device/cons.h> (cnputc): Remove prototype.
* 2005-05-26 Alfred M. Szmidt <ams@gnu.org>Alfred M. Szmidt2009-06-181-1/+0
| | | | | | | * device/cons.h (cn_tab) [KERNEL]: Removed extern declaration. * linux/dev/include/linux/fs.h (super_blocks): Declare as an pointer.
* Initial sourceThomas Bushnell1997-02-251-0/+50