FoenixMCP/src/dev/console.h

17 lines
238 B
C
Raw Normal View History

/**
* Implementation of the console channel device
*
* The console maps to the main screen and keyboard.
*
*/
#ifndef __CONSOLE_H
#define __CONSOLE_H
//
// Install the console device driver
//
extern short con_install();
#endif