1. NAME

console_lock - lock the console system for exclusive use.

2. SYNOPSIS

void console_lock( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

Acquires a lock which guarantees that the caller has exclusive access to the console system and the console_drivers list.

Can sleep, returns nothing.

5. COPYRIGHT