RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Data Structures | Typedefs | Enumerations | Functions | Variables
consoleIo.h File Reference

console I/O package interface More...

Go to the source code of this file.

Data Structures

struct  board_memory_map
 

Typedefs

typedef volatile unsigned char * __io_ptr
 

Enumerations

enum  ioType { CONSOLE_LOG = 1 , CONSOLE_SERIAL = 2 , CONSOLE_VGA = 3 , CONSOLE_VACUUM = 4 }
 

Functions

int select_console (ioType t)
 
void debug_putc (const char c)
 
void debug_putc_onlcr (const char c)
 
int debug_getc (void)
 
int debug_tstc (void)
 
int kbdreset (void)
 

Variables

board_memory_mapptr_mem_map
 

Detailed Description

console I/O package interface