Subversion Repositories freemyipod

Rev

Rev 105 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 105 Rev 111
Line 24... Line 24...
24
#ifndef __CONSOLE_H__
24
#ifndef __CONSOLE_H__
25
#define __CONSOLE_H__
25
#define __CONSOLE_H__
26
 
26
 
27
 
27
 
28
#include "global.h"
28
#include "global.h"
29
#include <stdarg.h>
29
#include "libc/include/_ansi.h"
30
 
30
 
31
 
31
 
32
void console_init() INITCODE_ATTR;
32
void console_init() INITCODE_ATTR;
33
void cputc(unsigned int consoles, char string) ICODE_ATTR;
33
void cputc(unsigned int consoles, char string) ICODE_ATTR;
34
void cputs(unsigned int consoles, const char* string) ICODE_ATTR;
34
void cputs(unsigned int consoles, const char* string) ICODE_ATTR;